Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMFObjectReferenceStream interface

Marshals an interface pointer to and from a stream.

Stream objects that support IStream can expose this interface to provide custom marshaling for interface pointers.

Members

The IMFObjectReferenceStream interface inherits from the IUnknown interface. IMFObjectReferenceStream also has these types of members:

Methods

The IMFObjectReferenceStream interface has these methods.

MethodDescription
LoadReference

Marshals an interface from data stored in the stream.

SaveReference

Stores the data needed to marshal an interface across a process boundary.

 

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Mfidl.h

Library

Mfuuid.lib

See also

Media Foundation Interfaces
MFSerializeAttributesToStream

 

 

Show:
© 2017 Microsoft