|
ReactOS 0.4.16-dev-1946-g52006dd
|


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 636 of file objidl.idl.
Definition at line 638 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().