IConnectionPoint class com Interface
Constructors
-
IConnectionPoint(Pointer<
COMObject> ptr)
Properties
Methods
-
AddRef(
) → int -
inherited
-
Advise(
Pointer< COMObject> pUnkSink, Pointer<Uint32> pdwCookie) → int -
EnumConnections(
Pointer< Pointer< ppEnum) → intCOMObject> > -
GetConnectionInterface(
Pointer< GUID> pIID) → int -
GetConnectionPointContainer(
Pointer< Pointer< ppCPC) → intCOMObject> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
QueryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
inherited
-
Release(
) → int -
inherited
-
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
Unadvise(
int dwCookie) → int
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited