Home | History | Annotate | Download | only in include

Lines Matching refs:IPersistPropertyBag2

212 typedef struct IPersistPropertyBag2 IPersistPropertyBag2;
2542 typedef IPersistPropertyBag2 *LPPERSISTPROPERTYBAG2;
2546 struct IPersistPropertyBag2 : public IPersist {
2556 HRESULT (WINAPI *QueryInterface)(IPersistPropertyBag2 *This,REFIID riid,void **ppvObject);
2557 ULONG (WINAPI *AddRef)(IPersistPropertyBag2 *This);
2558 ULONG (WINAPI *Release)(IPersistPropertyBag2 *This);
2559 HRESULT (WINAPI *GetClassID)(IPersistPropertyBag2 *This,CLSID *pClassID);
2560 HRESULT (WINAPI *InitNew)(IPersistPropertyBag2 *This);
2561 HRESULT (WINAPI *Load)(IPersistPropertyBag2 *This,IPropertyBag2 *pPropBag,IErrorLog *pErrLog);
2562 HRESULT (WINAPI *Save)(IPersistPropertyBag2 *This,IPropertyBag2 *pPropBag,WINBOOL fClearDirty,WINBOOL fSaveAllProperties);
2563 HRESULT (WINAPI *IsDirty)(IPersistPropertyBag2 *This);
2566 struct IPersistPropertyBag2 {
2580 HRESULT WINAPI IPersistPropertyBag2_InitNew_Proxy(IPersistPropertyBag2 *This);
2582 HRESULT WINAPI IPersistPropertyBag2_Load_Proxy(IPersistPropertyBag2 *This,IPropertyBag2 *pPropBag,IErrorLog *pErrLog);
2584 HRESULT WINAPI IPersistPropertyBag2_Save_Proxy(IPersistPropertyBag2 *This,IPropertyBag2 *pPropBag,WINBOOL fClearDirty,WINBOOL fSaveAllProperties);
2586 HRESULT WINAPI IPersistPropertyBag2_IsDirty_Proxy(IPersistPropertyBag2 *This);