Home | History | Annotate | Download | only in src

Lines Matching refs:dwOptions

965     HRESULT SerializeToStream(DWORD dwOptions, IStream* pStm)
966 // dwOptions: Flags from MF_ATTRIBUTE_SERIALIZE_OPTIONS
969 return MFSerializeAttributesToStream(_spAttributes.Get(), dwOptions, pStm);
972 HRESULT DeserializeFromStream(DWORD dwOptions, IStream* pStm)
975 return MFDeserializeAttributesFromStream(_spAttributes.Get(), dwOptions, pStm);