2.2.13.4 ORPCTHAT

The ORPCTHAT structure is the first (implicit) argument returned in an ORPC response PDU, and is used to return ORPC extension data to the client. The ORPCTHAT structure is also returned as an explicit argument from an activation request.

 typedef struct tagORPCTHAT {
   unsigned long flags;
   [unique] ORPC_EXTENT_ARRAY* extensions;
 } ORPCTHAT;

flags: This can be set to any arbitrary value and MUST be ignored on receipt.

extensions: If non-NULL, this field MUST contain an ORPC_EXTENT_ARRAY.