IBindCtxVtbl class final

Inheritance

Constructors

IBindCtxVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IBindCtx> This)>>
getter/setter pair
EnumObjectParam Pointer<NativeFunction<HRESULT Function(Pointer<IBindCtx> This, Pointer<Pointer<IEnumString>> ppenum)>>
getter/setter pair
GetBindOptions Pointer<NativeFunction<HRESULT Function(Pointer<IBindCtx> This, Pointer<BIND_OPTS> pbindopts)>>
getter/setter pair
GetObjectParam Pointer<NativeFunction<HRESULT Function(Pointer<IBindCtx> This, LPOLESTR pszKey, Pointer<Pointer<IUnknown>> ppunk)>>
getter/setter pair
GetRunningObjectTable Pointer<NativeFunction<HRESULT Function(Pointer<IBindCtx> This, Pointer<Pointer<IRunningObjectTable>> pprot)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IBindCtx> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
RegisterObjectBound Pointer<NativeFunction<HRESULT Function(Pointer<IBindCtx> This, Pointer<IUnknown> punk)>>
getter/setter pair
RegisterObjectParam Pointer<NativeFunction<HRESULT Function(Pointer<IBindCtx> This, LPOLESTR pszKey, Pointer<IUnknown> punk)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IBindCtx> This)>>
getter/setter pair
ReleaseBoundObjects Pointer<NativeFunction<HRESULT Function(Pointer<IBindCtx> This)>>
getter/setter pair
RevokeObjectBound Pointer<NativeFunction<HRESULT Function(Pointer<IBindCtx> This, Pointer<IUnknown> punk)>>
getter/setter pair
RevokeObjectParam Pointer<NativeFunction<HRESULT Function(Pointer<IBindCtx> This, LPOLESTR pszKey)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SetBindOptions Pointer<NativeFunction<HRESULT Function(Pointer<IBindCtx> This, Pointer<BIND_OPTS> pbindopts)>>
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