DWC_GetMOSCConnectBlockState

C Specification

#include <dwc.h>

BOOL DWC_GetMOSCConnectBlockState( void );

Description

This function returns TRUE when the matchmaking blocking option has been enabled and connections from client DS units are being blocked.

This matchmaking option is provided so that other connections are not accepted by a server DS performing server-client matchmaking after a successful connection to a single client DS. This can be set using the DWC_SetMatchingOption function.

This function determines if connections from client DS units are being blocked.

Arguments

None.

Return Values

TRUE Connections from client DS units are being blocked.
FALSE Either connections from client DS units are not being blocked or the option has not been set.

See Also

DWC_SetMatchingOption

Revision History

12/16/2005 Initial version.