Microsoft DirectX 8.1 (Visual Basic)

DPN_GROUP_INFO

Describes static group information.

Type DPN_GROUP_INFO
    lGroupFlags As CONST_DPNGROUPINFOFLAGS
    lInfoFlags As CONST_DPNINFO
    name As String
End Type

Members

lGroupFlags
One of the constants of the CONST_DPNGROUPINFOFLAGS enumeration that describe the flags set for the player.
lInfoFlags
One of the constants of the CONST_DPNINFO enumeration that describe the type of data contained in this type.
Name
Name of the group.

Remarks

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