IMFObjectReferenceStream interface (mfidl.h)

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.

Inheritance

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

Methods

The IMFObjectReferenceStream interface has these methods.

 
IMFObjectReferenceStream::LoadReference

Marshals an interface from data stored in the stream.
IMFObjectReferenceStream::SaveReference

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

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header mfidl.h

See also

MFSerializeAttributesToStream

Media Foundation Interfaces