DWC_LogoutFromStorageServer

Syntax

#include <dwc.h>
void DWC_LogoutFromStorageServer(void);

Arguments

None.

Return Values

None.

Description

Logs out 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 the following callback functions: DWCStorageLoginCallback, DWCSaveToServerCallback, and DWCLoadFromServerCallback.

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL