Home | History | Annotate | Download | only in src

Lines Matching full:pstm

965     HRESULT SerializeToStream(DWORD dwOptions, IStream* pStm)
969 return MFSerializeAttributesToStream(_spAttributes.Get(), dwOptions, pStm);
972 HRESULT DeserializeFromStream(DWORD dwOptions, IStream* pStm)
975 return MFDeserializeAttributesFromStream(_spAttributes.Get(), dwOptions, pStm);