2.2.2.31 RESET_RUNSPACE_STATE Message

The Data field of a PSRP message SHOULD<2> specify a RESET_RUNSPACE_STATE message when the MessageType field has a value of 0x0002100C. This message is not supported for protocol versions 2.0, 2.1, and 2.2.

In messages of this type, the Data field contains UTF-8 encoded XML that is equivalent to the XML created by serializing a complex object (see section 2.2.5.2) with the following extended properties (see section 2.2.5.2.9):

  • Call ID

    • Property name: ci.

    • Property type: Signed long (see section 2.2.5.1.13).

The complex object described in this section does not have associated type names (section 2.2.5.2.3).

Example:

    <Obj RefId="7"
        <MS>
            <I64 N="ci">1</I64>
        </MS>
    </Obj>