DWC_LogoutFromStorageServer

C Specification

#include <dwc.h>

void DWC_LogoutFromStorageServer( void );

Description

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.

Arguments

None.

Return Values

None.

See Also

DWC_LoginToStorageServerAsync, DWC_ShutdownFriendsMatch, DWCStorageLoginCallback, DWCSaveToServerCallback, DWCLoadFromServerCallback

Revision History

2007/05/18 Added a precaution about calling.
2005/11/02 Initial version.


CONFIDENTIAL