Skip navigation links
JNA API 4.4.0
com.sun.jna.win32

Interface W32APIOptions

    • Field Detail

      • UNICODE_OPTIONS

        static final Map<String,Object> UNICODE_OPTIONS
        Standard options to use the unicode version of a w32 API.
      • ASCII_OPTIONS

        static final Map<String,Object> ASCII_OPTIONS
        Standard options to use the ASCII/MBCS version of a w32 API.
      • DEFAULT_OPTIONS

        static final Map<String,Object> DEFAULT_OPTIONS
        Default options to use - depends on the value of w32.ascii system property
JNA API 4.4.0

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