DWCStorageLoginCallback

Syntax

#include <dwc.h>

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

Description

This callback function is called when the logon to the data storage server has completed after DWC_LoginToStorageServerAsync is called. It can be set using DWC_LoginToStorageServerAsync. Do not call DWC_LogoutFromStorageServer from inside this callback.

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_LogoutFromStorageServer, DWC_GetLastErrorEx

Revision History

2007/05/18 Added a precaution about calling the DWC_LogoutFromStorageServer function.
2005/12/16 Added a description about the callback set function.
2005/11/02 Initial version.


CONFIDENTIAL