| 438 | } |
| 439 | |
| 440 | void CMarkup::GetLastErrorMessage(LPTSTR pstrMessage, SIZE_T cchMax) const |
| 441 | { |
| 442 | _tcsncpy(pstrMessage, m_szErrorMsg, cchMax); |
| 443 | } |
| 444 | |
| 445 | void CMarkup::GetLastErrorLocation(LPTSTR pstrSource, SIZE_T cchMax) const |
| 446 | { |
nothing calls this directly
no outgoing calls
no test coverage detected