2.2.4.4.1 Context_ForwardMessage
The Context_ForwardMessage message forwards the given message to the given object. This message can be used by a component that is required to be called back after a set of prior messages have been processed.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
_size |
|||||||||||||||||||||||||||||||
|
_msgid |
|||||||||||||||||||||||||||||||
|
_idObjectSubject |
|||||||||||||||||||||||||||||||
|
idContextDest |
|||||||||||||||||||||||||||||||
|
msgReturn |
|||||||||||||||||||||||||||||||
_size (4 bytes): An unsigned 32-bit integer. The total message size, in bytes.
_msgid (4 bytes): A signed 32-bit integer. The message ID that is unique to the specific target. The _msgid value is 0x00000002 for this message.
_idObjectSubject (4 bytes): An unsigned 32-bit integer. The ID of the target object.
idContextDest (4 bytes): An unsigned 32-bit integer. The destination context for the message.
msgReturn (4 bytes): A BLOBREF (section 2.2.6.1) that specifies the message to send.