#include <dwc.h>
BOOL DWC_IsValidCancelMatching( void );
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.
None.
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. |
2005/12/16 Initial version.
CONFIDENTIAL