Microsoft DirectX 8.1 (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;
Return DPN_OK.
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/XP: Available as a redistributable for Windows 2000 and later.
Windows 98/Me: Available as a redistributable for Windows 98 and later.
Header: Declared in Dplay8.h.