DWCStopSCCallback

C Specification

#include <dwc.h>

typedef void (*DWCStopSCCallback)( void* param );

Description

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.

Arguments

param The parameter specified in DWC_StopSCMatchingAsync

Return Values

None.

See Also

DWC_StopSCMatchingAsync

Revision History

02/23/2006 Initial version