Displays an error message in a dialog box. This API should only be called when CWBSO_ERROR_OCCURRED is the return value from a call to another API. In this case, there is an error message that is associated with the error handle.
unsigned int CWB_ENTRY CWBSO_DisplayErrMsg( CWBSO_ERR_HANDLE errorHandle);
The following list shows common return values.
CWBSO_CreateErrorHandle must be called prior to calling this API. The error handle that is returned by CWBSO_CreateErrorHandle must be passed as input to this API.