Function windows_sys::Win32::System::Console::ReadConsoleInputW
[−]pub unsafe extern "system" fn ReadConsoleInputW(
hconsoleinput: HANDLE,
lpbuffer: *mut INPUT_RECORD,
nlength: u32,
lpnumberofeventsread: *mut u32
) -> BOOL
Expand description
Required features: "Win32_System_Console"
, "Win32_Foundation"