Package com.sun.jna.platform.win32.COM
Klasse ConnectionPointContainer
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.COM.COMInvoker
com.sun.jna.platform.win32.COM.Unknown
com.sun.jna.platform.win32.COM.ConnectionPointContainer
- Alle implementierten Schnittstellen:
NativeMapped
,IConnectionPointContainer
,IUnknown
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.platform.win32.COM.Unknown
Unknown.ByReference
-
Feldübersicht
Von Schnittstelle geerbte Felder com.sun.jna.platform.win32.COM.IConnectionPointContainer
IID_IConnectionPointContainer
Von Schnittstelle geerbte Felder com.sun.jna.platform.win32.COM.IUnknown
IID_IUNKNOWN
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungFindConnectionPoint
(Guid.REFIID riid, PointerByReference ppCP) HRESULT FindConnectionPoint( [in] REFIID riid, [out] IConnectionPoint **ppCP );
Von Klasse geerbte Methoden com.sun.jna.platform.win32.COM.Unknown
AddRef, QueryInterface, Release
Von Klasse geerbte Methoden com.sun.jna.platform.win32.COM.COMInvoker
_invokeNativeInt, _invokeNativeObject, _invokeNativeVoid
Von Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden com.sun.jna.platform.win32.COM.IUnknown
AddRef, QueryInterface, Release
-
Konstruktordetails
-
ConnectionPointContainer
-
-
Methodendetails
-
EnumConnectionPoints
-
FindConnectionPoint
Beschreibung aus Schnittstelle kopiert:IConnectionPointContainer
HRESULT FindConnectionPoint( [in] REFIID riid, [out] IConnectionPoint **ppCP );
- Angegeben von:
FindConnectionPoint
in SchnittstelleIConnectionPointContainer
- Parameter:
riid
-ppCP
-- Gibt zurück:
- hresult
-