DWC_CancelMatchingAsync

C Specification

#include <dwc.h>
 
BOOL DWC_CancelMatchingAsync( void );	

Description

Be sure to use the DWC_CancelMatching function. This function is retained for compatibility.

Arguments

None.

Return Values

TRUE Starts executing the cancel process.
FALSE An error is being generated or execution is impossible because matchmaking is not in progress or cancellation is already under way.

See Also

DWC_CancelMatching

Revision History

12/16/2005 Revisions.
07/22/2005 Initial version.