Function winapi_util::console::screen_buffer_info
source · pub fn screen_buffer_info<H: AsHandleRef>(h: H) -> Result<ScreenBufferInfo>
Expand description
Query the given handle for information about the console’s screen buffer.
The given handle should represent a console. Otherwise, an error is returned.
This corresponds to calling GetConsoleScreenBufferInfo
.