DWC_IsValidCancelMatching

Syntax

#include <dwc.h>

BOOL DWC_IsValidCancelMatching( void );

Description

This function checks whether the matchmaking in progress can be canceled. It is also called within the DWC_CancelMatching function, which is used to cancel 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

2005/12/16 Initial version.


CONFIDENTIAL