Klasse W32APITypeMapper

java.lang.Object
com.sun.jna.DefaultTypeMapper
com.sun.jna.win32.W32APITypeMapper
Alle implementierten Schnittstellen:
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
Autor:
twall
  • Felddetails

    • 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
  • Konstruktordetails

    • W32APITypeMapper

      protected W32APITypeMapper(boolean unicode)