Class Kernel32.CHAR_INFO

  • Enclosing class:
    Kernel32

    @JniClass(flags={STRUCT,TYPEDEF},
              conditional="defined(_WIN32) || defined(_WIN64)")
    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

        @JniField(flags=CONSTANT,
                  accessor="sizeof(CHAR_INFO)")
        public static int SIZEOF
      • attributes

        @JniField(accessor="Attributes")
        public short attributes
      • unicodeChar

        @JniField(accessor="Char.UnicodeChar")
        public char unicodeChar
    • Constructor Detail

      • CHAR_INFO

        public CHAR_INFO()
    • Method Detail

      • init

        @JniMethod(flags=CONSTANT_INITIALIZER)
        private static final void init()