Microsoft DirectX 8.1 (Visual Basic)

DPN_PLAYER_INFO

Describes static player information.

Type DPN_PLAYER_INFO
    lInfoFlags As CONST_DPNINFO
    lPlayerFlags As CONST_DPNPLAYINFOFLAGS
    name As String
End Type

Members

lInfoFlags
One of the constants in the CONST_DPNINFO enumeration that specify the type of information contained in this type.
lPlayerFlags
One of the constants in the CONST_DPNPLAYINFOFLAGS enumeration describing the flags set for the player.
name
Name of the player.

Remarks

When using this type in the DirectPlay8Peer.GetPeerInfo and DirectPlay8Server.GetClientInfo methods, lInfoFlags must be set to 0.