DWCNdCallback

Definition


#include <nd/dwc_nd.h>

typedef void (*DWCNdCallback)( DWCNdCallbackReason reason,
                               DWCNdError error,
                               int servererror );
				

Description

The pointer type representing the notifying callback function called by the Download library.

Do not call DWC_NdCleanupAsync from inside this function.

Arguments

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.

Return Values

None.

See Also

DWC_NdInitAsync, DWC_NdCleanupAsync, DWCNdCallbackReason, DWCNdError

Revision History

08/25/2006 Added a note.
04/26/2006 Initial version.


CONFIDENTIAL