This topic has not yet been rated - Rate this topic

IMarshalingStream interface

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

Members

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

Methods

The IMarshalingStream interface has these methods.

MethodDescription
GetMarshalingContextAttribute

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

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Objidlbase.h

IDL

Objidlbase.idl

See also

IStream
GLOBALOPT_UNMARSHALING_POLICY_VALUES

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.