Microsoft DirectX 8.1 (Visual Basic)

CONST_DPNENUMCLIENTGROUPFLAGS

Used in the lFlags parameter of the DirectPlay8Peer.GetCountPlayersAndGroups and the DirectPlay8Server.GetCountPlayersAndGroups methods to determine which type of enumeration to return.

Enum CONST_DPNENUMCLIENTGROUPFLAGS
    DPNENUM_ALL = 17 (&H11)
    DPNENUM_GROUP_MULTICAST = 32 (&H20)
    DPNENUM_GROUPS = 16 (&H10)
    DPNENUM_PLAYERS = 1
End Enum

Constants

DPNENUM_ALL
Return the number of all groups and players.
DPNENUM_GROUP_MULTICAST
Return the number of multicast groups.
DPNENUM_GROUPS
Return the number of groups.
DPNENUM_PLAYERS
Return the number of players.