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

Interface W32APIOptions

    • Field Detail

      • UNICODE_OPTIONS

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

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

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

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