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

      • 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