Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 2.47 KB

ne-mfobjects-mf_attribute_serialize_options.md

File metadata and controls

75 lines (57 loc) · 2.47 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:mfobjects.MF_ATTRIBUTE_SERIALIZE_OPTIONS
MF_ATTRIBUTE_SERIALIZE_OPTIONS (mfobjects.h)
Defines flags for serializing and deserializing attribute stores.
MF_ATTRIBUTE_SERIALIZE_OPTIONS
MF_ATTRIBUTE_SERIALIZE_OPTIONS enumeration [Media Foundation]
MF_ATTRIBUTE_SERIALIZE_UNKNOWN_BYREF
e4b218d1-185c-483f-b697-19ce8b3a4058
mf.mf_attribute_serialize_options
mfobjects/MF_ATTRIBUTE_SERIALIZE_OPTIONS
mfobjects/MF_ATTRIBUTE_SERIALIZE_UNKNOWN_BYREF
mf\mf_attribute_serialize_options.htm
mf
e4b218d1-185c-483f-b697-19ce8b3a4058
12/05/2018
MF_ATTRIBUTE_SERIALIZE_OPTIONS, MF_ATTRIBUTE_SERIALIZE_OPTIONS enumeration [Media Foundation], MF_ATTRIBUTE_SERIALIZE_UNKNOWN_BYREF, e4b218d1-185c-483f-b697-19ce8b3a4058, mf.mf_attribute_serialize_options, mfobjects/MF_ATTRIBUTE_SERIALIZE_OPTIONS, mfobjects/MF_ATTRIBUTE_SERIALIZE_UNKNOWN_BYREF
mfobjects.h
Mfidl.h
Windows
Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Windows
19H1
MF_ATTRIBUTE_SERIALIZE_OPTIONS
mfobjects/MF_ATTRIBUTE_SERIALIZE_OPTIONS
c++
APIRef
kbSyntax
HeaderDef
mfobjects.h
MF_ATTRIBUTE_SERIALIZE_OPTIONS

MF_ATTRIBUTE_SERIALIZE_OPTIONS enumeration

-description

Defines flags for serializing and deserializing attribute stores.

-enum-fields

-field MF_ATTRIBUTE_SERIALIZE_UNKNOWN_BYREF:0x1

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.

-see-also

IMFAttributes

MFDeserializeAttributesFromStream

MFSerializeAttributesToStream

Media Foundation Enumerations