[][src]Function winapi_util::console::mode

pub fn mode<H: AsHandleRef>(h: H) -> Result<u32>

Query the mode of the console represented by the given handle.

This corresponds to calling GetConsoleMode, which describes the return value.