static void GetErrorString( qUnsignedInt32 uiErrorCode, qChar * szStringBuf, qUnsignedInt uiBufSize );
Name | Description | |
---|---|---|
in | uiErrorCode | Error obtained with the GetLast function. |
out | szStringBuf | Stores the string notation (null-terminated) for the error. |
in | uiBufSize | Gives the maximum value (including null characters) for the characters copied in szStringBuf . |
Gets text string representation of errors.
CONFIDENTIAL