Defines flags for serializing and deserializing attribute stores.
enum MF_ATTRIBUTE_SERIALIZE_OPTIONS
{
MF_ATTRIBUTE_SERIALIZE_UNKNOWN_BYREF = 0x1
};
| 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. |
Header: Declared in mfobjects.h.