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 Summary
ConstructorsConstructorDescriptionFunctionResultContext(Class<?> resultClass, Function function, Object[] args)  - 
Method Summary
Methods inherited from class com.sun.jna.FromNativeContext
getTargetType 
- 
Constructor Details
- 
FunctionResultContext
 
 - 
 - 
Method Details
- 
getFunction
- Returns:
 - The 
Functionthat was invoked. 
 - 
getArguments
- Returns:
 - The arguments used in this function call.
 
 
 -