Package com.sun.jna
Class FunctionResultContext
java.lang.Object
com.sun.jna.FromNativeContext
com.sun.jna.FunctionResultContext
- Direct Known Subclasses:
- MethodResultContext
Provide result conversion context for a function call.
- 
Constructor SummaryConstructorsConstructorDescriptionFunctionResultContext(Class<?> resultClass, Function function, Object[] args) 
- 
Method SummaryMethods inherited from class com.sun.jna.FromNativeContextgetTargetType
- 
Constructor Details- 
FunctionResultContext
 
- 
- 
Method Details- 
getFunction- Returns:
- The Functionthat was invoked.
 
- 
getArguments- Returns:
- The arguments used in this function call.
 
 
-