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;
The DirectPlay 5 version of this structure has two members added to the end, dpIdParent and dwFlags.
IDirectPlay3::CreateGroup, IDirectPlay3::CreatePlayer, IDirectPlay3::CreateGroupInGroup
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.