ReactOS 0.4.16-dev-732-g2d1144a
|
Public Types | |
typedef IPersistPropertyBag * | LPPERSISTPROPERTYBAG |
![]() | |
typedef IPersist * | LPPERSIST |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | InitNew () |
HRESULT | Load ([in] IPropertyBag *pPropBag, [in] IErrorLog *pErrorLog) |
HRESULT | Save ([in] IPropertyBag *pPropBag, [in] BOOL fClearDirty, [in] BOOL fSaveAllProperties) |
![]() | |
HRESULT | GetClassID ([out] CLSID *pClassID) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
HRESULT IPersistPropertyBag::InitNew | ( | ) |
Implemented in CBaseBar, CKsProxy, and anonymous_namespace{mstscax.cpp}::CoClass.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::InitNew().
HRESULT IPersistPropertyBag::Load | ( | [in] IPropertyBag * | pPropBag, |
[in] IErrorLog * | pErrorLog | ||
) |
Implemented in CKsProxy, anonymous_namespace{mstscax.cpp}::CoClass, and CBaseBar.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::Load().
HRESULT IPersistPropertyBag::Save | ( | [in] IPropertyBag * | pPropBag, |
[in] BOOL | fClearDirty, | ||
[in] BOOL | fSaveAllProperties | ||
) |
Implemented in CKsProxy, anonymous_namespace{mstscax.cpp}::CoClass, and CBaseBar.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::Save().