DWC_LogoutFromStorageServer

C Specification

#include <dwc.h>

void DWC_LogoutFromStorageServer( void );

Description

Logout from the data storage server. Without calling this function, logout performs automatically if the DWC_ShutdownFriendsMatch function is called.

Arguments

None.

Return Values

None.

See Also

DWC_LoginToStorageServerAsync, DWC_ShutdownFriendsMatch

Revision History

11/02/2005 Initial version.