get_console_input_buffer

Function get_console_input_buffer 

pub fn get_console_input_buffer() -> HANDLE
Expand description

Returns a [HANDLE] to the [STD_INPUT_HANDLE] of the current process.

§Returns

Handle to the standard input of the current process.

§Examples

use csshw_lib::utils::windows::get_console_input_buffer;

let input_handle = get_console_input_buffer();