JNA API 3.5.1
com.sun.jna

Class FunctionResultContext

    • Constructor Detail

      • FunctionResultContext

        FunctionResultContext(Class resultClass,
                             Function function,
                             Object[] args)
    • Method Detail

      • getFunction

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

        public Object[] getArguments()
        Get the arguments used in this function call.
JNA API 3.5.1

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