Uses of Class
org.jline.terminal.impl.jna.win.Kernel32.CHAR_INFO
Packages that use Kernel32.CHAR_INFO
-
Uses of Kernel32.CHAR_INFO in org.jline.terminal.impl.jna.win
Methods in org.jline.terminal.impl.jna.win that return Kernel32.CHAR_INFOModifier and TypeMethodDescriptionstatic Kernel32.CHAR_INFO[]Kernel32.CHAR_INFO.createArray(int size) Methods in org.jline.terminal.impl.jna.win with parameters of type Kernel32.CHAR_INFOModifier and TypeMethodDescriptionvoidKernel32.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.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)