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_IConnectionPointContainerVon 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, ReleaseVon Klasse geerbte Methoden com.sun.jna.platform.win32.COM.COMInvoker
_invokeNativeInt, _invokeNativeObject, _invokeNativeVoidVon Klasse geerbte Methoden com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toStringVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden com.sun.jna.platform.win32.COM.IUnknown
AddRef, QueryInterface, Release
-
Konstruktordetails
-
ConnectionPointContainer
-
-
Methodendetails
-
EnumConnectionPoints
-
FindConnectionPoint
Beschreibung aus Schnittstelle kopiert:IConnectionPointContainerHRESULT FindConnectionPoint( [in] REFIID riid, [out] IConnectionPoint **ppCP );- Angegeben von:
FindConnectionPointin SchnittstelleIConnectionPointContainer- Parameter:
riid-ppCP-- Gibt zurück:
- hresult
-