Skip navigation links
JNA API 5.3.1
com.sun.jna

Class Structure.FFIType

  • Enclosing class:
    Structure


    @Structure.FieldOrder(value={"size","alignment","type","elements"})
    static class Structure.FFIType
    extends Structure
    This class auto-generates an ffi_type structure appropriate for a given structure for use by libffi. The lifecycle of this structure is easier to manage on the Java side than in native code.
    • Method Detail

      • get

        static Pointer get(java.lang.Object obj)
        Obtain a pointer to the native FFI type descriptor for the given object.
JNA API 5.3.1

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