IBindHostVtbl class final

Inheritance

Constructors

IBindHostVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IBindHost> This)>>
getter/setter pair
CreateMoniker Pointer<NativeFunction<HRESULT Function(Pointer<IBindHost> This, LPOLESTR szName, Pointer<IBindCtx> pBC, Pointer<Pointer<IMoniker>> ppmk, DWORD dwReserved)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
MonikerBindToObject Pointer<NativeFunction<HRESULT Function(Pointer<IBindHost> This, Pointer<IMoniker> pMk, Pointer<IBindCtx> pBC, Pointer<IBindStatusCallback> pBSC, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObj)>>
getter/setter pair
MonikerBindToStorage Pointer<NativeFunction<HRESULT Function(Pointer<IBindHost> This, Pointer<IMoniker> pMk, Pointer<IBindCtx> pBC, Pointer<IBindStatusCallback> pBSC, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObj)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IBindHost> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IBindHost> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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