DWC_LoginToStorageServerAsync

Syntax

#include <dwc.h>

BOOL DWC_LoginToStorageServerAsync( DWCStorageLoginCallback callback,
                                    void* param );

Description

Logs in to the data storage server. Logon using this function before calling any of the following storage server access functions: DWC_LoadOthersDataAsync, DWC_LoadOwnDataAsync, DWC_SavePublicDataAsync, and DWC_SavePrivateDataAsync.

If DWC_ProcessFriendsMatch is called repeatedly after this function is called, the login process will proceed. Once the login process is complete, the completion callback is called.

After data access finishes, logout using the DWC_LogoutFromStorageServer function. If the DWC_ShutdownFriendsMatch function is called, the logout is executed automatically.

Arguments

callback Pointer to the login completion notification callback function.
param Callback parameter.

Return Values

TRUE Start of the login process was successful.
FALSE Start of the login process was unsuccessful. Note that no callback is called.

See Also

DWC_LoadOthersDataAsync
DWC_LoadOwnDataAsync
DWC_SavePublicDataAsync
DWC_SavePrivateDataAsync
DWC_LogoutFromStorageServer
DWC_ShutdownFriendsMatch
DWCStorageLoginCallback

Revision History

2005/12/16 Revisions.
2005/11/04 Initial version.


CONFIDENTIAL