2.2.4.3 DN_REQ_ADD_PLAYER_TO_GROUP

The DN_REQ_ADD_PLAYER_TO_GROUP packet informs the host that a peer is requesting that a new player be added to 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_ADD_PLAYER_TO_GROUP

0x000000D3

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

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

dpnidGroup (4 bytes): A 32-bit field that contains the group that the peer is asking the new player be added to. 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 added to the existing group. For more information, see section 2.2.7.