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

Class W32APITypeMapper

  • All Implemented Interfaces:
    TypeMapper


    public class W32APITypeMapper
    extends DefaultTypeMapper
    Provide standard conversion for W32 API types. This comprises the following native types:
    • Unicode or ASCII/MBCS strings and arrays of string, as appropriate
    • BOOL
    Author:
    twall
    • Field Detail

      • UNICODE

        public static final TypeMapper UNICODE
        Standard TypeMapper to use the unicode version of a w32 API.
      • ASCII

        public static final TypeMapper ASCII
        Standard TypeMapper to use the ASCII/MBCS version of a w32 API.
      • DEFAULT

        public static final TypeMapper DEFAULT
        Default TypeMapper to use - depends on the value of w32.ascii system property
    • Constructor Detail

      • W32APITypeMapper

        protected W32APITypeMapper(boolean unicode)
JNA API 5.6.0

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