Function windows_sys::Win32::System::Console::ReadConsoleOutputCharacterW
[−]pub unsafe extern "system" fn ReadConsoleOutputCharacterW(
hconsoleoutput: HANDLE,
lpcharacter: PWSTR,
nlength: u32,
dwreadcoord: COORD,
lpnumberofcharsread: *mut u32
) -> BOOL
Expand description
Required features: "Win32_System_Console"
, "Win32_Foundation"