Uses of Class
org.jline.terminal.impl.jna.win.Kernel32.CHAR_INFO
-
Packages that use Kernel32.CHAR_INFO Package Description org.jline.terminal.impl.jna.win -
-
Uses of Kernel32.CHAR_INFO in org.jline.terminal.impl.jna.win
Methods in org.jline.terminal.impl.jna.win that return Kernel32.CHAR_INFO Modifier and Type Method Description static Kernel32.CHAR_INFO[]
Kernel32.CHAR_INFO. createArray(int size)
Methods in org.jline.terminal.impl.jna.win with parameters of type Kernel32.CHAR_INFO Modifier and Type Method Description void
Kernel32. ReadConsoleOutput(com.sun.jna.Pointer in_hConsoleOutput, Kernel32.CHAR_INFO[] out_lpBuffer, Kernel32.COORD in_dwBufferSize, Kernel32.COORD in_dwBufferCoord, Kernel32.SMALL_RECT inout_lpReadRegion)
void
Kernel32. ReadConsoleOutputA(com.sun.jna.Pointer in_hConsoleOutput, Kernel32.CHAR_INFO[] out_lpBuffer, Kernel32.COORD in_dwBufferSize, Kernel32.COORD in_dwBufferCoord, Kernel32.SMALL_RECT inout_lpReadRegion)
void
Kernel32. ScrollConsoleScreenBuffer(com.sun.jna.Pointer in_hConsoleOutput, Kernel32.SMALL_RECT in_lpScrollRectangle, Kernel32.SMALL_RECT in_lpClipRectangle, Kernel32.COORD in_dwDestinationOrigin, Kernel32.CHAR_INFO in_lpFill)
void
Kernel32. WriteConsoleOutput(com.sun.jna.Pointer in_hConsoleOutput, Kernel32.CHAR_INFO[] in_lpBuffer, Kernel32.COORD in_dwBufferSize, Kernel32.COORD in_dwBufferCoord, Kernel32.SMALL_RECT inout_lpWriteRegion)
void
Kernel32. WriteConsoleOutputA(com.sun.jna.Pointer in_hConsoleOutput, Kernel32.CHAR_INFO[] in_lpBuffer, Kernel32.COORD in_dwBufferSize, Kernel32.COORD in_dwBufferCoord, Kernel32.SMALL_RECT inout_lpWriteRegion)
-