#include <dwc.h>
int DWC_CloseConnectionsAsync( void );
This function is retained to maintain compatibility with older versions. Use the DWC_CloseAllConnectionsHard
function.
None.
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. |
07/22/2005 Initial version.