2.2.3.2 DN_REQ_PROCESS_COMPLETION
The DN_REQ_PROCESS_COMPLETION message is sent from one player to another player when the sending player's application wants confirmation regarding when the sent data has been consumed by the receiving player's application.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
dwPacketType |
|||||||||||||||||||||||||||||||
|
dwPacketContext |
|||||||||||||||||||||||||||||||
|
payload (variable) |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
dwPacketType (4 bytes): A 32-bit field that contains the packet type.
-
Value
Meaning
DN_MSG_INTERNAL_REQ_PROCESS_COMPLETION
0x000000E0
Used to inform the receiving application that the sending application is requesting delivery verification.
dwPacketContext (4 bytes): A 32-bit field that contains the system identifier for this action. DN_PROCESS_COMPLETION needs to respond to this message in the identical manner in which it was passed.
payload (variable): A variable-length field that contains the application data passed from one player to another.