Microsoft DirectX 8.1 (Visual Basic)

CONST_DPNINFO

Used to specify the type of information you set or retrieve from group and player information methods. This enumeration is used in the lInfoFlags member of both the DPN_GROUP_INFO and DPN_PLAYER_INFO types.

Enum CONST_DPNINFO
    DPNINFO_DATA = 2
    DPNINFO_NAME = 1
End Enum

Constants

DPNINFO_DATA
The information is data set for the player or group.
DPNINFO_NAME
The information is the name of the player or group.