Skip navigation links
JNA API 4.5.0
com.sun.jna

Class FunctionResultContext

    • Constructor Detail

      • FunctionResultContext

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

      • getFunction

        public Function getFunction()
        Returns:
        The Function that was invoked.
      • getArguments

        public Object[] getArguments()
        Returns:
        The arguments used in this function call.
JNA API 4.5.0

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