DWC_GetLastErrorEx

Syntax

#include <dwc.h>

DWCError DWC_GetLastErrorEx(int *errorCode,
                            DWCErrorType *errorType);

Arguments

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.

Return Values

Error type.

Description

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.

See Also

DWC_GetLastError

Revision History


CONFIDENTIAL