Uses of Interface
com.kenai.jffi.CallInfo

Uses of CallInfo in com.kenai.jffi
 

Classes in com.kenai.jffi that implement CallInfo
 class CallContext
          Native function call context This class holds all the information that JFFI needs to correctly call a native function, or to implement a callback from native code to java.
 class Function
          Native function invocation context This class holds all the information that JFFI needs to correctly call a native function.
 

Constructors in com.kenai.jffi with parameters of type CallInfo
HeapInvocationBuffer(CallInfo info)
          Creates a new instance of HeapInvocationBuffer.