RP1210_GETLASTERRORMSG () Parameters
| Parameter | Description |
|---|---|
| ErrorCode | Numerical value for the last error which occurred. |
| SubErrorCode | A pointer to a 32-bit integer that will receive the subordinate error code description, or -1 if no subordinate error code is available. |
| fpchDescription | A pointer to a buffer (allocated by the client application) used to return a detailed error message associated with the error code (and subordinate code if available). The size of the buffer must be a minimum length of 80 bytes and a maximum length of the number of bytes set by the application for the given client connection using the RP1210_Set_MaxErrorMsgSizecommand, noting that the returned string will have a NULL (0x00) terminator. |
| nClientID | I The client identifier for the client that wants the last error message. |