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

Method GetLastErrorLocation

DuiLib/Core/UIMarkup.cpp:445–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445void CMarkup::GetLastErrorLocation(LPTSTR pstrSource, SIZE_T cchMax) const
446{
447 _tcsncpy(pstrSource, m_szErrorXML, cchMax);
448}
449
450CMarkupNode CMarkup::GetRoot()
451{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected