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.
MF_ATTRIBUTE_SERIALIZE_OPTIONS enumeration
Defines flags for serializing and deserializing attribute stores.
Syntax
enum MF_ATTRIBUTE_SERIALIZE_OPTIONS {
MF_ATTRIBUTE_SERIALIZE_UNKNOWN_BYREF = 0x00000001
};
Constants
- MF_ATTRIBUTE_SERIALIZE_UNKNOWN_BYREF
-
If this flag is set, IUnknown pointers in the attribute store are marshaled to and from the stream. If this flag is absent, IUnknown pointers in the attribute store are not marshaled or serialized.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
See also
- IMFAttributes
- Media Foundation Enumerations
- MFDeserializeAttributesFromStream
- MFSerializeAttributesToStream
Show: