Uses of Class
org.jline.terminal.impl.jna.win.Kernel32.SMALL_RECT
-
Packages that use Kernel32.SMALL_RECT Package Description org.jline.terminal.impl.jna.win -
-
Uses of Kernel32.SMALL_RECT in org.jline.terminal.impl.jna.win
Fields in org.jline.terminal.impl.jna.win declared as Kernel32.SMALL_RECT Modifier and Type Field Description Kernel32.SMALL_RECT
Kernel32.CONSOLE_SCREEN_BUFFER_INFO. srWindow
Methods in org.jline.terminal.impl.jna.win with parameters of type Kernel32.SMALL_RECT 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. SetConsoleWindowInfo(com.sun.jna.Pointer in_hConsoleOutput, boolean in_bAbsolute, Kernel32.SMALL_RECT in_lpConsoleWindow)
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)
Constructors in org.jline.terminal.impl.jna.win with parameters of type Kernel32.SMALL_RECT Constructor Description SMALL_RECT(Kernel32.SMALL_RECT org)
-