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

Method GetLastErrorMessage

DuiLib/Core/UIMarkup.cpp:440–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440void CMarkup::GetLastErrorMessage(LPTSTR pstrMessage, SIZE_T cchMax) const
441{
442 _tcsncpy(pstrMessage, m_szErrorMsg, cchMax);
443}
444
445void CMarkup::GetLastErrorLocation(LPTSTR pstrSource, SIZE_T cchMax) const
446{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected