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

Class WinDef.CHAR

    • Constructor Detail

      • CHAR

        public CHAR()
        Instantiates a new char.
      • CHAR

        public CHAR(byte ch)
        Instantiates a new char.
        Parameters:
        ch - The char value
      • CHAR

        public CHAR(long value)
        Instantiates a new char.
        Parameters:
        value - the value
    • Method Detail

      • compareTo

        public int compareTo(WinDef.CHAR other)
        Specified by:
        compareTo in interface java.lang.Comparable<WinDef.CHAR>
JNA API 5.10.0

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