DWC_CloseConnectionsAsync

C Specification

#include <dwc.h>

int DWC_CloseConnectionsAsync( void );

Description

This function is retained to maintain compatibility with older versions. Use the DWC_CloseAllConnectionsHard function.

Arguments

None.

Return Values

0 Begin close. When close processing is complete, the callback is called.
1 Because there are no connected hosts, the close processing is performed but the callback is not called. Only for a server DS performing server-client matchmaking.
-1 Did nothing because machine is offline or error occurred.

See Also

DWC_CloseAllConnectionsHard

Revision History

07/22/2005 Initial version.