IPersistFileVtbl class final

Inheritance

Constructors

IPersistFileVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IPersistFile> This)>>
getter/setter pair
GetClassID Pointer<NativeFunction<HRESULT Function(Pointer<IPersistFile> This, Pointer<CLSID> pClassID)>>
getter/setter pair
GetCurFile Pointer<NativeFunction<HRESULT Function(Pointer<IPersistFile> This, Pointer<LPOLESTR> ppszFileName)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
IsDirty Pointer<NativeFunction<HRESULT Function(Pointer<IPersistFile> This)>>
getter/setter pair
Load Pointer<NativeFunction<HRESULT Function(Pointer<IPersistFile> This, LPCOLESTR pszFileName, DWORD dwMode)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IPersistFile> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IPersistFile> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Save Pointer<NativeFunction<HRESULT Function(Pointer<IPersistFile> This, LPCOLESTR pszFileName, BOOL fRemember)>>
getter/setter pair
SaveCompleted Pointer<NativeFunction<HRESULT Function(Pointer<IPersistFile> This, LPCOLESTR pszFileName)>>
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