2.2.2.8 RUNSPACE_AVAILABILITY Message

The Data field of a PSRP message specifies a RUNSPACE_AVAILABILITY message when the MessageType field has a value of 0x00021004.

In messages of this type, the Data field is UTF-8 encoded XML, equivalent to the XML created by serializing a Complex Object (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).

  • Response

    • Property name: SetMinMaxRunspacesResponse.

    • Property type: Boolean (see section 2.2.5.1.3) if the response is to a SET_MAX_RUNSPACES or SET_MIN_RUNSPACES message, or a Signed Long (see section 2.2.5.1.13) if the response is to a GET_AVAILABLE_RUNSPACES message.

The Complex Object described in this section SHOULD have no associated type names (section 2.2.5.2.3).

Example:

 <Obj RefId="2">
   <MS>
     <B N="SetMinMaxRunspacesResponse">true</B>
     <I64 N="ci">1</I64>
   </MS>
 </Obj>