Microsoft DirectX 8.1 (C++)

DPN_MSGID_REMOVE_PLAYER_FROM_GROUP

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.

DPNMSG_REMOVE_PLAYER_FROM_GROUP

The DPNMSG_REMOVE_PLAYER_FROM_GROUP structure contains information for the DPN_MSGID_REMOVE_PLAYER_FROM_GROUP system message.

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;
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.

Return Values

Return DPN_OK.

Requirements

  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.