[][src]Function winapi_util::console::screen_buffer_info

pub fn screen_buffer_info<H: AsHandleRef>(h: H) -> Result<ScreenBufferInfo>

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.