Function winapi_util::console::mode
source · pub fn mode<H: AsHandleRef>(h: H) -> Result<u32>Expand description
Query the mode of the console represented by the given handle.
This corresponds to calling GetConsoleMode, which describes the return
value.