DWC_IsValidCancelMatch

Syntax

#include <dwc.h>

BOOL DWC_IsValidCancelMatch(void);

Arguments

None.

Return Values

TRUE Cancellation is possible.
FALSE Cancellation is impossible for one of three reasons: an error is occurring, matchmaking is not currently occurring, or cancellation is already in progress.

Description

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

It is also called within the DWC_CancelMatch function, which is used to cancel matchmaking.

Revision History


CONFIDENTIAL