#include <dwc.h>
BOOL DWC_LoginToStorageServerAsync(DWCStorageLoginCallback callback,
void *param);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. |
Logs in to the data storage server. Log in using this function before calling any storage server access functions, including DWC_LoadOthersDataAsync, DWC_LoadOwnPrivateDataAsync, DWC_SavePublicDataAsync, and DWC_SavePrivateDataAsync.
If DWC_ProcessFriendsMatch is called repeatedly after this function is called, the login process proceeds. Once the login process is complete, the completion callback is called.
After data access finishes, log out using the DWC_LogoutFromStorageServer function. If the DWC_ShutdownFriendsMatch function is called, the logout is executed automatically.
DWC_LoadOwnDataAsync with DWC_LoadOwnPrivateDataAsync in line with the deprecation of the DWC_LoadOwnDataAsync function.For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL