IMarshalingStream interface (objidlbase.h)

Provides additional information about the marshaling context to custom-marshaled objects and unmarshalers.

Inheritance

The IMarshalingStream interface inherits from IStream. IMarshalingStream also has these types of members:

Methods

The IMarshalingStream interface has these methods.

 
IMarshalingStream::GetMarshalingContextAttribute

The IMarshalingStream::GetMarshalingContextAttribute (objidlbase.h) method gets information about the marshaling context.

Remarks

Implement IMarshalingStream interface if you have IStream implementations that call the marshaling APIs and provide the correct value of any of the attributes. This is essential only for IStream implementations that are used in hybrid policy processes.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header objidlbase.h (include Objidlbase.h)

See also

GLOBALOPT_UNMARSHALING_POLICY_VALUES

IStream