Microsoft DirectX 8.0 (C++) |
Microsoft® DirectPlay® generates the DPN_MSGID_CREATE_GROUP message when a group is created.
The DPNMSG_CREATE_GROUP structure contains information for the DPN_MSGID_CREATE_GROUP system message.
typedef struct _DPNMSG_CREATE_GROUP{ DWORD dwSize; DPNID dpnidGroup; DPNID dpnidOwner; PVOID pvGroupContext; } DPNMSG_CREATE_GROUP, *PDPNMSG_CREATE_GROUP;
The only method of setting the group context value is through this system message. Group context values once set cannot be changed.
Windows NT/2000: Available as a redistributable for Windows 2000 and later.
Windows 95/98: Available as a redistributable for Windows 95 and later.
Header: Declared in Dplay8.h.