Skip navigation links
JNA API 4.2.1
com.sun.jna

Class FunctionParameterContext

    • Constructor Detail

      • FunctionParameterContext

        FunctionParameterContext(Function f,
                                 Object[] args,
                                 int index)
    • Method Detail

      • getFunction

        public Function getFunction()
        Get the function that was invoked.
      • getParameters

        public Object[] getParameters()
        Get the arguments used in this function call.
      • getParameterIndex

        public int getParameterIndex()
JNA API 4.2.1

Copyright © 2007-2015 Timothy Wall. All Rights Reserved.