Function windows_sys::Win32::System::Console::ReadConsoleOutputCharacterA
pub unsafe extern "system" fn ReadConsoleOutputCharacterA(
hconsoleoutput: HANDLE,
lpcharacter: PSTR,
nlength: u32,
dwreadcoord: COORD,
lpnumberofcharsread: *mut u32
) -> BOOLExpand description
Required features: "Win32_System_Console", "Win32_Foundation"