#include <dwc.h>
int DWC_GetNumConnectionHost( void );
This function gets the number of connected hosts, including this one.
None.
Returns the number of connected hosts, including this one. The number of connections currently undergoing matchmaking are counted. If this function is called when the FriendsMatch Library is not running, a 0 will be returned.
03/09/2006 Errors corrected
01/31/2006 Revised the description of the return values using the FriendsMatch Library
12/16/2005 Indicated that the number of connections is returned even when matchmaking
07/22/2005 Initial version