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.
| Method | Description |
|---|---|
| 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 |
|
|
IDL |
|
See also