DPN_MSGID_GROUP_INFO Message

DirectPlay

 
Microsoft DirectX 9.0 SDK Update (Summer 2003)

DPN_MSGID_GROUP_INFO Message


Microsoft® DirectPlay® generates the DPN_MSGID_GROUP_INFO message when group data is modified during a peer-to-peer or client/server session.

The DPNMSG_GROUP_INFO structure contains information for the DPN_MSGID_GROUP_INFO system message.

Syntax

typedef struct _DPNMSG_GROUP_INFO {
    DWORD dwSize;
    DPNID dpnidGroup;
    PVOID pvGroupContext;
}  DPNMSG_GROUP_INFO, *PDPNMSG_GROUP_INFO;

Members

dwSize
Size of this structure.
dpnidGroup
DPNID of the group for group information.
pvGroupContext
Group context value.

Remarks

Return from the message callback function with DPN_OK.

Message Information

Headerdplay8.h
Minimum operating systems Windows 98, Pocket PC 2002

© 2003 Microsoft Corporation. All rights reserved.