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