#include <dwc.h>
BOOL DWC_GetMOSCConnectBlockState( void );
This function gets the current status when the matchmaking blocking option has been set.
The matchmaking option is provided such that other connections are not accepted, after a successful connection to a single client DS, by a server DS performing server-client matchmaking. After a specified timeout period has elapsed, the option to allow peer matchmaking to continue with fewer than the specified number of players is enabled by calling the DWC_SetMatchingOption function.
This function determines whether 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. |
2005/12/16 Initial version.
CONFIDENTIAL