com.sun.jna
public class FunctionParameterContext extends ToNativeContext
| Constructor Summary | |
|---|---|
| FunctionParameterContext(Function f, Object[] args, int index) | |
| Method Summary | |
|---|---|
| Function | getFunction() Get the function that was invoked. |
| int | getParameterIndex() |
| Object[] | getParameters() Get the arguments used in this function call. |