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

Interface Library

    • Field Detail

      • OPTION_STRUCTURE_ALIGNMENT

        static final java.lang.String OPTION_STRUCTURE_ALIGNMENT
        Option key for structure alignment type (Integer), which should be one of the predefined alignment types in Structure.
        See Also:
        Constant Field Values
      • OPTION_ALLOW_OBJECTS

        static final java.lang.String OPTION_ALLOW_OBJECTS
        Option key for a boolean flag to allow any Java class instance as a parameter. If no type mapper is found, the object is passed as a pointer. NOTE: This is for use with raw JNI interactions via the JNIEnv data structure.
        See Also:
        Constant Field Values
      • OPTION_CALLING_CONVENTION

        static final java.lang.String OPTION_CALLING_CONVENTION
        Calling convention for the entire library.
        See Also:
        Constant Field Values
JNA API 3.5.2-SNAPSHOT

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