Struct windows_sys::Win32::UI::TextServices::TS_SELECTION_ANCHOR
[−]#[repr(C)]pub struct TS_SELECTION_ANCHOR {
pub paStart: IAnchor,
pub paEnd: IAnchor,
pub style: TS_SELECTIONSTYLE,
}Expand description
Required features: ‘Win32_UI_TextServices’, ‘Win32_Foundation’
Fields
paStart: IAnchorpaEnd: IAnchorstyle: TS_SELECTIONSTYLE