Package com.sun.jna
Class FunctionParameterContext
java.lang.Object
com.sun.jna.ToNativeContext
com.sun.jna.FunctionParameterContext
- Direct Known Subclasses:
- MethodParameterContext
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the function that was invoked.intObject[]Get the arguments used in this function call.
- 
Constructor Details- 
FunctionParameterContext
 
- 
- 
Method Details- 
getFunctionGet the function that was invoked.
- 
getParametersGet the arguments used in this function call.
- 
getParameterIndexpublic int getParameterIndex()
 
-