| Microsoft DirectX 8.1 (Visual Basic) |
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