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