Skip navigation links
JNA API 4.2.2-SNAPSHOT
com.sun.jna

Class FunctionResultContext

    • Constructor Detail

      • FunctionResultContext

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

      • getFunction

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

        public java.lang.Object[] getArguments()
        Get the arguments used in this function call.
JNA API 4.2.2-SNAPSHOT

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