screen_buffer_info

Function 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.