NativeMapped
, IConnectionPointContainer
, IUnknown
public class ConnectionPointContainer extends Unknown implements IConnectionPointContainer
Unknown.ByReference
IID_IConnectionPointContainer
IID_IUNKNOWN
Constructor | Description |
---|---|
ConnectionPointContainer(Pointer pointer) |
Modifier and Type | Method | Description |
---|---|---|
WinNT.HRESULT |
EnumConnectionPoints() |
|
WinNT.HRESULT |
FindConnectionPoint(Guid.REFIID riid,
PointerByReference ppCP) |
HRESULT FindConnectionPoint(
[in] REFIID riid,
[out] IConnectionPoint **ppCP
);
|
_invokeNativeInt, _invokeNativeObject, _invokeNativeVoid
AddRef, QueryInterface, Release
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
AddRef, QueryInterface, Release
public ConnectionPointContainer(Pointer pointer)
public WinNT.HRESULT EnumConnectionPoints()
public WinNT.HRESULT FindConnectionPoint(Guid.REFIID riid, PointerByReference ppCP)
IConnectionPointContainer
HRESULT FindConnectionPoint(
[in] REFIID riid,
[out] IConnectionPoint **ppCP
);
FindConnectionPoint
in interface IConnectionPointContainer