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_RECTKernel32.CONSOLE_SCREEN_BUFFER_INFO. srWindowMethods in org.jline.terminal.impl.jna.win with parameters of type Kernel32.SMALL_RECT Modifier and Type Method Description voidKernel32. 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)voidKernel32. 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)voidKernel32. 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)voidKernel32. SetConsoleWindowInfo(com.sun.jna.Pointer in_hConsoleOutput, boolean in_bAbsolute, Kernel32.SMALL_RECT in_lpConsoleWindow)voidKernel32. 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)voidKernel32. 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)
-