Platform SDK: DirectX

CONST_DPENUMPLAYERFLAGS

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
DPENUMPLAYERS_ALL
All players in this session.
DPENUMPLAYERS_GROUP
Groups.
DPENUMPLAYERS_LOCAL
Players created locally by this DirectPlay object.
DPENUMPLAYERS_OWNER
Owner of the group.
DPENUMPLAYERS_REMOTE
Players created by remote DirectPlay objects.
DPENUMPLAYERS_SERVERPLAYER
Server player.
DPENUMPLAYERS_SESSION
Players for the session identified by sessionGuid. This flag can only be used if there is no current open session.
DPENUMPLAYERS_SPECTATOR
Spectator players.