Class Kernel32.CHAR_INFO

  • Enclosing class:
    Kernel32

    public static class Kernel32.CHAR_INFO
    extends java.lang.Object
    see: https://msdn.microsoft.com/en-us/library/windows/desktop/ms682013(v=vs.85).aspx
    • Constructor Summary

      Constructors 
      Constructor Description
      CHAR_INFO()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void init()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SIZEOF

        public static int SIZEOF
      • attributes

        public short attributes
      • unicodeChar

        public char unicodeChar
    • Constructor Detail

      • CHAR_INFO

        public CHAR_INFO()
    • Method Detail

      • init

        private static void init()