com.sun.jna
public class FunctionResultContext extends FromNativeContext
| Constructor Summary | |
|---|---|
| FunctionResultContext(Class resultClass, Function function, Object[] args) | |
| Method Summary | |
|---|---|
| Object[] | getArguments() Get the arguments used in this function call. |
| Function | getFunction() Get the function that was invoked. |