Skip to main content

ReadConsoleOutputA

Function ReadConsoleOutputA 

Source
pub unsafe fn ReadConsoleOutputA<'a>(
    hconsoleoutput: impl IntoParam<'a, HANDLE>,
    lpbuffer: *mut CHAR_INFO,
    dwbuffersize: impl IntoParam<'a, COORD>,
    dwbuffercoord: impl IntoParam<'a, COORD>,
    lpreadregion: *mut SMALL_RECT,
) -> BOOL