DWC_GetNumConnectionHost

C Specification

#include <dwc.h>

int DWC_GetNumConnectionHost( void );

Description

This function gets the number of connected hosts, including this one.

Arguments

None.

Return Values

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.

See Also

DWC_InitFriendsMatch

Revision History

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