IBindCtx class com Interface

Inheritance

Constructors

IBindCtx(Pointer<COMObject> ptr)

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

AddRef() int
inherited
EnumObjectParam(Pointer<Pointer<COMObject>> ppenum) int
GetBindOptions(Pointer<BIND_OPTS> pbindopts) int
GetObjectParam(Pointer<Utf16> pszKey, Pointer<Pointer<COMObject>> ppunk) int
GetRunningObjectTable(Pointer<Pointer<COMObject>> pprot) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
QueryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
RegisterObjectBound(Pointer<COMObject> punk) int
RegisterObjectParam(Pointer<Utf16> pszKey, Pointer<COMObject> punk) int
Release() int
inherited
ReleaseBoundObjects() int
RevokeObjectBound(Pointer<COMObject> punk) int
RevokeObjectParam(Pointer<Utf16> pszKey) int
SetBindOptions(Pointer<BIND_OPTS> pbindopts) int
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited

Operators

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