#include <error.h>
Public Attributes | |
LONG | errorStatus |
Identifies, if an error occurred. If no error occurred OPGP_ERROR_STATUS_SUCCESS must be set. The following fields can be ignored in this case. | |
LONG | errorCode |
The error code. | |
TCHAR | errorMessage [ERROR_MESSAGE_LENGTH+1] |
The error message. |
This structure defines the error status returned by all functions.
The error code.
TCHAR OPGP_ERROR_STATUS::errorMessage[ERROR_MESSAGE_LENGTH+1] |
The error message.
Identifies, if an error occurred. If no error occurred OPGP_ERROR_STATUS_SUCCESS must be set. The following fields can be ignored in this case.