#include <nd/dwc_nd.h>
typedef void (*DWCNdCallback)( DWCNdCallbackReason reason,
DWCNdError error,
int servererror );
The pointer type representing the notifying callback function called by the Download library.
Do not call DWC_NdCleanupAsync from inside this function.
reason |
Type of process that was executing when the notification callback function was called |
error |
Error status when the notification callback function was called |
servererror |
The error code from the server. If the callback is not related to a server error, the value is -1. |
None.
DWC_NdInitAsync, DWC_NdCleanupAsync, DWCNdCallbackReason, DWCNdError
08/25/2006 Added a note.
04/26/2006 Initial version.
CONFIDENTIAL