IPersistMediaPropertyBag  357 3rdparty/include/dshow/strmif.h typedef struct IPersistMediaPropertyBag IPersistMediaPropertyBag;
IPersistMediaPropertyBag 4777 3rdparty/include/dshow/strmif.h   typedef IPersistMediaPropertyBag *LPPERSISTMEDIAPROPERTYBAG;
IPersistMediaPropertyBag 4781 3rdparty/include/dshow/strmif.h   struct IPersistMediaPropertyBag : public IPersist {
IPersistMediaPropertyBag 4790 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IPersistMediaPropertyBag *This,REFIID riid,void **ppvObject);
IPersistMediaPropertyBag 4791 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IPersistMediaPropertyBag *This);
IPersistMediaPropertyBag 4792 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IPersistMediaPropertyBag *This);
IPersistMediaPropertyBag 4793 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetClassID)(IPersistMediaPropertyBag *This,CLSID *pClassID);
IPersistMediaPropertyBag 4794 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *InitNew)(IPersistMediaPropertyBag *This);
IPersistMediaPropertyBag 4795 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Load)(IPersistMediaPropertyBag *This,IMediaPropertyBag *pPropBag,IErrorLog *pErrorLog);
IPersistMediaPropertyBag 4796 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Save)(IPersistMediaPropertyBag *This,IMediaPropertyBag *pPropBag,WINBOOL fClearDirty,WINBOOL fSaveAllProperties);
IPersistMediaPropertyBag 4812 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPersistMediaPropertyBag_InitNew_Proxy(IPersistMediaPropertyBag *This);
IPersistMediaPropertyBag 4814 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPersistMediaPropertyBag_Load_Proxy(IPersistMediaPropertyBag *This,IMediaPropertyBag *pPropBag,IErrorLog *pErrorLog);
IPersistMediaPropertyBag 4816 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IPersistMediaPropertyBag_Save_Proxy(IPersistMediaPropertyBag *This,IMediaPropertyBag *pPropBag,WINBOOL fClearDirty,WINBOOL fSaveAllProperties);