Platform SDK: DirectX |
Members of the CONST_DPENUMPLAYERFLAGS enumeration are used in the DirectPlay4.GetDPEnumPlayers and DirectPlay4.GetDPEnumGroupPlayers methods to specify what types of players should be enumerated.
Enum CONST_DPENUMPLAYERFLAGS DPENUMPLAYERS_ALL = 0 DPENUMPLAYERS_GROUP = 32 (&H20) DPENUMPLAYERS_LOCAL = 8 DPENUMPLAYERS_OWNER = 8192 (&H2000) DPENUMPLAYERS_REMOTE = 16 (&H10) DPENUMPLAYERS_SERVERPLAYER = 200 (&H100) DPENUMPLAYERS_SESSION = 128 (&H80) DPENUMPLAYERS_SPECTATOR = 512 (&H200) End Enum