#include <dwc.h>
typedef void (*DWCStopSCCallback)( void* param );
This function is called when server-client matchmaking cancellation processing is complete, after the DWC_StopSCMatchingAsync function is called.
This callback function can be set using DWC_StopSCMatchingAsync.
param |
The parameter specified in DWC_StopSCMatchingAsync |
None.
2006/02/23 Initial version.
CONFIDENTIAL