CadGetErrorStr
Copies the text of the last error into the caller's buffer.
void CadGetErrorStr (
std::int32_t ErrCode,
void* szText
);
Parameters
- ErrCode (std::int32_t)
- Integer value.
- szText (void*)
- NUL-terminated UTF-8 string.
Return Value
None.