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