Struct windows_sys::Win32::System::Console::CONSOLE_SELECTION_INFO
#[repr(C)]pub struct CONSOLE_SELECTION_INFO {
pub dwFlags: u32,
pub dwSelectionAnchor: COORD,
pub srSelection: SMALL_RECT,
}Expand description
Required features: "Win32_System_Console"
Fields§
§dwFlags: u32§dwSelectionAnchor: COORD§srSelection: SMALL_RECT