Creates an error handle. An error handle is used to contain error messages that are returned from other APIs. The error handle may be used to display the error in a dialog or retrieve the associated error message text.
unsigned int CWB_ENTRY CWBSO_CreateErrorHandle( CWBSO_ERR_HANDLE far* lpErrorHandle);
The following list shows common return values.
When the error handle is no longer needed, the calling program is responsible for doing the following: