#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.
02/23/2006 Initial version