#include <dwc.h>
typedef void (*DWCStorageLoginCallback)( DWCError error, void* param );
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.
Do not call the DWC_LogoutFromStorageServer function from inside this callback.
error |
DWC error type. For details, see DWC_GetLastErrorEx. |
param |
Parameter for the callback specified by DWC_LoginToStorageServerAsync. |
None.
DWC_LoginToStorageServerAsync, DWC_LogoutFromStorageServer, DWC_GetLastErrorEx
2007/05/18 Added a precaution about calling the DWC_LogoutFromStorageServer function.
2005/12/16 Added a description about the callback set function.
11/02/2005 Initial version.
CONFIDENTIAL