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

Method GetLastErrorMessage

DuiLib/Core/UIDlgBuilder.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void CDialogBuilder::GetLastErrorMessage(LPTSTR pstrMessage, SIZE_T cchMax) const
233{
234 return m_xml.GetLastErrorMessage(pstrMessage, cchMax);
235}
236
237void CDialogBuilder::GetLastErrorLocation(LPTSTR pstrSource, SIZE_T cchMax) const
238{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected