Platform SDK: DirectX

CONST_DPPLAYERFLAGS

Members of the CONST_DPPLAYERFLAGS enumeration are assigned to players in the DirectPlay4.CreatePlayer method, and can be retrieved by using DirectPlay4.GetPlayerFlags.

Enum CONST_DPPLAYERFLAGS
    DPPLAYER_LOCAL          = 8
    DPPLAYER_SERVERPLAYER = 256 (&H100)
    DPPLAYER_SPECTATOR    = 512 (&H200)
End Enum
DPPLAYER_LOCAL
The player was created by this application. If this flag is not specified, the player is a remote player.
DPPLAYER_SERVERPLAYER
The player is a server player for client/server communications.
DPPLAYER_SPECTATOR
The player was created as a spectator.