#include <dwc.h>DWCError DWC_GetLastErrorEx(int *errorCode,
DWCErrorType *errorType);| errorCode | Pointer to the error code storage location. Pass NULL if not needed. |
| errorType | Pointer to location where the error processing type is stored. Pass NULL if not needed. |
Error type.
errorType stores both the information about the recovery process after an error occurs and the information for displaying the error code, so standard error processing can be created for each of its values.
CONFIDENTIAL