#include <dwc.h>
BOOL DWC_LoginToStorageServerAsync( DWCStorageLoginCallback callback,
void* param );
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.
callback |
Pointer to the login completion notification callback function. |
param |
Callback parameter. |
TRUE |
Start of the login process was successful. |
FALSE |
Start of the login process was unsuccessful. Note that no callback is called. |
DWC_LoadOthersDataAsync
DWC_LoadOwnDataAsync
DWC_SavePublicDataAsync
DWC_SavePrivateDataAsync
DWC_LogoutFromStorageServer
DWC_ShutdownFriendsMatch
DWCStorageLoginCallback
2005/12/16 Revisions.
2005/11/04 Initial version.
CONFIDENTIAL