MF_ATTRIBUTE_SERIALIZE_OPTIONS Enumeration

Defines flags for serializing and deserializing attribute stores.

Syntax

enum MF_ATTRIBUTE_SERIALIZE_OPTIONS
{
    MF_ATTRIBUTE_SERIALIZE_UNKNOWN_BYREF = 0x1
};  

Constants

Constant Description
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

Header: Declared in mfobjects.h.