Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MILCMD_CHANNEL_DUPLICATEHANDLE message indicates that the resource referenced by the Original field (located on the receiving channel) MUST also be associated to the handle in the Duplicate field (located on the channel specified by the TargetChannel field).
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
messageSize |
|||||||||||||||||||||||||||||||
controlCode |
|||||||||||||||||||||||||||||||
Original |
|||||||||||||||||||||||||||||||
TargetChannel |
|||||||||||||||||||||||||||||||
Duplicate |
messageSize (4 bytes): A 32-bit unsigned integer. The size of this message in bytes. The value of this field MUST be set to 0x00000014.
controlCode (4 bytes): A 32-bit unsigned integer containing the control code for this message. The value of this field MUST be equal to 0x0000000C.
Original (4 bytes): A 32-bit unsigned integer. This field MUST be set to a valid resource handle. The resource referenced by this handle on this channel is associated with the new handle on the destination channel.
TargetChannel (4 bytes): A 32-bit unsigned integer. This field MUST be set to a valid channel handle. The newly created resource handle will be associated with this channel.
Duplicate (4 bytes): A 32-bit unsigned integer. The value of this field MUST be a resource handle valid for creation on the target channel. This handle value will be associated with the resource referenced by this message.