Microsoft DirectX 9.0 SDK Update (Summer 2003) |
DPN_MSGID_REMOVE_PLAYER_FROM_GROUP Message
Microsoft® DirectPlay® generates the DPN_MSGID_REMOVE_PLAYER_FROM_GROUP message when a player has been deleted from a group in a peer-to-peer or client/server session.
The DPNMSG_REMOVE_PLAYER_FROM_GROUP structure contains information for the DPN_MSGID_REMOVE_PLAYER_FROM_GROUP system message.
Syntax
typedef struct _DPNMSG_REMOVE_PLAYER_FROM_GROUP { DWORD dwSize; DPNID dpnidGroup; PVOID pvGroupContext; DPNID dpnidPlayer; PVOID pvPlayerContext; } DPNMSG_REMOVE_PLAYER_FROM_GROUP, *PDPNMSG_REMOVE_PLAYER_FROM_GROUP;
Members
- dwSize
- Size of this structure.
- dpnidGroup
- DPNID of the group that the player was deleted from.
- pvGroupContext
- Group context value.
- dpnidPlayer
- DPNID of the player deleted from the group.
- pvPlayerContext
- Player context value.
Remarks
Return from the message callback function with DPN_OK.
Message Information
Header dplay8.h Minimum operating systems Windows 98, Pocket PC 2002