DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
DPMSG_CREATEPLAYERORGROUP Struct Reference

#include <dplay.h>

Data Fields

DWORD dwType
 Message type. More...
 
DWORD dwPlayerType
 Is it a player or group. More...
 
DPID dpId
 ID of the player or group. More...
 
DWORD dwCurrentPlayers
 current # players & groups in session More...
 
LPVOID lpData
 pointer to remote data More...
 
DWORD dwDataSize
 size of remote data More...
 
DPNAME dpnName
 structure with name info More...
 
DPID dpIdParent
 id of parent group More...
 
DWORD dwFlags
 player or group flags More...
 

Field Documentation

◆ dpId

DPID DPMSG_CREATEPLAYERORGROUP::dpId

ID of the player or group.

◆ dpIdParent

DPID DPMSG_CREATEPLAYERORGROUP::dpIdParent

id of parent group

◆ dpnName

DPNAME DPMSG_CREATEPLAYERORGROUP::dpnName

structure with name info

◆ dwCurrentPlayers

DWORD DPMSG_CREATEPLAYERORGROUP::dwCurrentPlayers

current # players & groups in session

◆ dwDataSize

DWORD DPMSG_CREATEPLAYERORGROUP::dwDataSize

size of remote data

◆ dwFlags

DWORD DPMSG_CREATEPLAYERORGROUP::dwFlags

player or group flags

◆ dwPlayerType

DWORD DPMSG_CREATEPLAYERORGROUP::dwPlayerType

Is it a player or group.

◆ dwType

DWORD DPMSG_CREATEPLAYERORGROUP::dwType

Message type.

◆ lpData

LPVOID DPMSG_CREATEPLAYERORGROUP::lpData

pointer to remote data


The documentation for this struct was generated from the following file: