Platform SDK: DirectX |
The DPMSG_CREATEPLAYERORGROUP structure contains information for the DPSYS_CREATEPLAYERORGROUP system message. The system sends this message when players and groups are created in a session.
DirectPlay generates this message and sends it to each player when a new player or group is created in a session.
typedef struct{ DWORD dwType; DWORD dwPlayerType; DPID dpId; DWORD dwCurrentPlayers; LPVOID lpData; DWORD dwDataSize; DPNAME dpnName; DPID dpIDParent; DWORD dwFlags; } DPMSG_CREATEPLAYERORGROUP, FAR *LPDPMSG_CREATEPLAYERORGROUP;
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dplay.h.
IDirectPlay4::CreateGroup, IDirectPlay4::CreatePlayer, IDirectPlay4::CreateGroupInGroup