IPersistMonikerVtbl class final

Inheritance

Constructors

IPersistMonikerVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IPersistMoniker> This)>>
getter/setter pair
GetClassID Pointer<NativeFunction<HRESULT Function(Pointer<IPersistMoniker> This, Pointer<CLSID> pClassID)>>
getter/setter pair
GetCurMoniker Pointer<NativeFunction<HRESULT Function(Pointer<IPersistMoniker> This, Pointer<Pointer<IMoniker>> ppimkName)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
IsDirty Pointer<NativeFunction<HRESULT Function(Pointer<IPersistMoniker> This)>>
getter/setter pair
Load Pointer<NativeFunction<HRESULT Function(Pointer<IPersistMoniker> This, BOOL fFullyAvailable, Pointer<IMoniker> pimkName, LPBC pibc, DWORD grfMode)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IPersistMoniker> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IPersistMoniker> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Save Pointer<NativeFunction<HRESULT Function(Pointer<IPersistMoniker> This, Pointer<IMoniker> pimkName, LPBC pbc, BOOL fRemember)>>
getter/setter pair
SaveCompleted Pointer<NativeFunction<HRESULT Function(Pointer<IPersistMoniker> This, Pointer<IMoniker> pimkName, LPBC pibc)>>
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