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