Package com.sun.jna
Class CallbackParameterContext
java.lang.Object
com.sun.jna.FromNativeContext
com.sun.jna.CallbackParameterContext
Provide argument conversion context for a callback invocation.
- 
Constructor SummaryConstructorsConstructorDescriptionCallbackParameterContext(Class<?> javaType, Method m, Object[] args, int index) 
- 
Method SummaryMethods inherited from class com.sun.jna.FromNativeContextgetTargetType
- 
Constructor Details- 
CallbackParameterContext
 
- 
- 
Method Details- 
getMethod
- 
getArguments
- 
getIndexpublic int getIndex()
 
-