Package com.sun.jna.platform.win32.COM
Class COMInvoker
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.COM.COMInvoker
- All Implemented Interfaces:
NativeMapped
- Direct Known Subclasses:
COMBindingBaseObject
,Unknown
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
_invokeNativeInt
(int vtableId, Object[] args) protected Object
_invokeNativeObject
(int vtableId, Object[] args, Class<?> returnType) protected void
_invokeNativeVoid
(int vtableId, Object[] args) Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Constructor Details
-
COMInvoker
public COMInvoker()
-
-
Method Details
-
_invokeNativeInt
-
_invokeNativeObject
-
_invokeNativeVoid
-