2.2.4.5 DN_REQ_DELETE_PLAYER_FROM_GROUP

The DN_REQ_DELETE_PLAYER_FROM_GROUP packet informs the host that a peer is requesting a player be removed from an existing group.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

dwPacketType

dwPacketContext

dpnidGroup

dpnidPlayer

dwPacketType (4 bytes): A 32-bit field that contains the packet type.

Value

Meaning

DN_MSG_INTERNAL_REQ_DELETE_PLAYER_FROM_GROUP

0x000000D4

Informs the host that a peer is requesting to add a player in a game session to a group.

dwPacketContext (4 bytes): A 32-bit field that contains the context value passed in for this operation. The value MUST be passed in exactly with DN_DELETE_PLAYER_FROM_GROUP.

dpnidGroup (4 bytes): A 32-bit field that contains the group from which the peer is asking to have the player removed. For more information, see section 2.2.7.

dpnidPlayer (4 bytes): A 32-bit field that contains the identifier of the player that is being removed from the group. For more information, see section 2.2.7.