search for: ioctl_condrv_get_input_info

Displaying 3 results from an estimated 3 matches for "ioctl_condrv_get_input_info".

2020 Aug 14
0
Wine release 5.15
...PEB ConsoleHandle for bare console. kernel32: Use PEB console handle in CONSOLE_HandleCtrlC to check console connection. kernelbase: Move CONTROL_C_EXIT handler to kernelbase. kernelbase: Use PEB ConsoleHandle to check for console connection in AllocConsole. kernelbase: Use IOCTL_CONDRV_GET_INPUT_INFO in GetConsoleCP. kernelbase: Use IOCTL_CONDRV_GET_INPUT_INFO in GetConsoleOutputCP. kernelbase: Use IOCTL_CONDRV_GET_TITLE in GetConsoleTitleW. kernel32: Use IOCTL_CONDRV_GET_INPUT_INFO in GetConsoleWindow. kernel32: Use IOCTL_CONDRV_GET_INPUT_INFO in CONSOLE_GetNumHistoryEn...
2020 Jul 17
0
Wine release 5.13
...vdControl2 interface. Huw D. M. Davies (2): server: Remove unnecessary 'remove' parameter from accept_hardware_message request. include: Update some members of KUSER_SHARED_DATA. Jacek Caban (65): server: Always create fd for console_input object. server: Introduce IOCTL_CONDRV_GET_INPUT_INFO ioctl. kernelbase: Reimplement GetNumberOfConsoleInputEvents using IOCTL_CONDRV_GET_INPUT_INFO. server: Introduce IOCTL_CONDRV_READ_INPUT and IOCTL_CONDRV_PEEK ioctls. kernel32: Use IOCTL_CONDRV_READ_INPUT in read_console_input. kernelbase: Reimplement PeekConsoleInputW usin...
2020 Aug 28
0
Wine release 5.16
...console ioctls for execution in host when console server is attached. server: Introduce get_next_console_request request. condrv: Implement initial ioctl processing. conhost: Implement IOCTL_CONDRV_GET_MODE. conhost: Implement IOCTL_CONDRV_SET_MODE. conhost: Implement IOCTL_CONDRV_GET_INPUT_INFO. conhost: Implement IOCTL_CONDRV_SET_INPUT_INFO. conhost: Implement IOCTL_CONDRV_GET_TITLE. conhost: Implement IOCTL_CONDRV_SET_TITLE. conhost: Implement IOCTL_CONDRV_WRITE_INPUT. server: Support blocking console host ioctls. conhost: Implement IOCTL_CONDRV_READ_...