DWCStorageLoginCallback

C Specification

#include <dwc.h>

typedef void (*DWCStorageLoginCallback)( DWCError error, void* param );

Description

This function is called when login to the data storage server has completed after DWC_LoginToStorageServerAsync has been called.

This callback function can be set using DWC_LoginToStorageServerAsync.

Arguments

error DWC error type. For details, see DWC_GetLastErrorEx.
param Parameter for the callback specified by DWC_LoginToStorageServerAsync.

Return Values

None.

See Also

DWC_LoginToStorageServerAsync, DWC_GetLastErrorEx

Revision History

2005/12/16 Added a description of the callback select function.
11/02/2005 Initial version