DWC_IsValidCancelMatching

C Specification

#include <dwc.h>

BOOL DWC_IsValidCancelMatching( void );

Description

This function checks whether the matchmaking in progress can be canceled.

This function can be called even from within the DWC_CancelMatching function used for canceling matchmaking.

Arguments

None.

Return Values

TRUE Cancellation is possible.
FALSE Cancellation is impossible for one of three reasons: an error is being generated, there is no matchmaking, or cancellation is already in progress.

See Also

DWC_CancelMatching

Revision History

12/16/2005 Initial version.