MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetLastErrorLocation

Method GetLastErrorLocation

DuiLib/Core/UIDlgBuilder.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237void CDialogBuilder::GetLastErrorLocation(LPTSTR pstrSource, SIZE_T cchMax) const
238{
239 return m_xml.GetLastErrorLocation(pstrSource, cchMax);
240}
241
242CControlUI* CDialogBuilder::_Parse(CMarkupNode* pRoot, CControlUI* pParent, CPaintManagerUI* pManager)
243{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected