ReactOS 0.4.16-dev-91-g764881a
|
Public Types | |
typedef IPersistStorage * | LPPERSISTSTORAGE |
Public Types inherited from IPersist | |
typedef IPersist * | LPPERSIST |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | IsDirty () |
HRESULT | InitNew ([in, unique] IStorage *pStg) |
HRESULT | Load ([in, unique] IStorage *pStg) |
HRESULT | Save ([in, unique] IStorage *pStgSave, [in] BOOL fSameAsLoad) |
HRESULT | SaveCompleted ([in, unique] IStorage *pStgNew) |
HRESULT | HandsOffStorage () |
Public Member Functions inherited from IPersist | |
HRESULT | GetClassID ([out] CLSID *pClassID) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 1031 of file objidl.idl.
Definition at line 1033 of file objidl.idl.
HRESULT IPersistStorage::HandsOffStorage | ( | ) |
Implemented in anonymous_namespace{mstscax.cpp}::CoClass.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::HandsOffStorage().
HRESULT IPersistStorage::IsDirty | ( | ) |
Implemented in anonymous_namespace{mstscax.cpp}::CoClass.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::SaveCompleted().