#include <dwc.h>
void DWC_LogoutFromStorageServer( void );
Logout from the data storage server. If the DWC_ShutdownFriendsMatch function is called without calling this function, logout is executed automatically.
Do not call this function from inside of the following callback functions: DWCStorageLoginCallback, DWCSaveToServerCallback, and DWCLoadFromServerCallback.
None.
None.
DWC_LoginToStorageServerAsync, DWC_ShutdownFriendsMatch, DWCStorageLoginCallback, DWCSaveToServerCallback, DWCLoadFromServerCallback
2007/05/18 Added a precaution about calling.
2005/11/02 Initial version.
CONFIDENTIAL