Platform SDK: DirectX |
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