IPersistStorageVtbl class final

Inheritance

Constructors

IPersistStorageVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IPersistStorage> This)>>
getter/setter pair
GetClassID Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStorage> This, Pointer<CLSID> pClassID)>>
getter/setter pair
HandsOffStorage Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStorage> This)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
InitNew Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStorage> This, Pointer<IStorage> pStg)>>
getter/setter pair
IsDirty Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStorage> This)>>
getter/setter pair
Load Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStorage> This, Pointer<IStorage> pStg)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStorage> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IPersistStorage> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Save Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStorage> This, Pointer<IStorage> pStgSave, BOOL fSameAsLoad)>>
getter/setter pair
SaveCompleted Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStorage> This, Pointer<IStorage> pStgNew)>>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited