org.fusesource.jansi.internal
Class Kernel32.CHAR_INFO

java.lang.Object
  extended by org.fusesource.jansi.internal.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


Field Summary
 short attributes
           
static int SIZEOF
           
 char unicodeChar
           
 
Constructor Summary
Kernel32.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

public static int SIZEOF

attributes

public short attributes

unicodeChar

public char unicodeChar
Constructor Detail

Kernel32.CHAR_INFO

public Kernel32.CHAR_INFO()


Copyright © 2009-2016 FuseSource, Corp.. All Rights Reserved.