Struct windows_sys::Win32::UI::Accessibility::UiaStructureChangedEventArgs
#[repr(C)]pub struct UiaStructureChangedEventArgs {
pub Type: EventArgsType,
pub EventId: i32,
pub StructureChangeType: StructureChangeType,
pub pRuntimeId: *mut i32,
pub cRuntimeIdLen: i32,
}Expand description
Required features: "Win32_UI_Accessibility"
Fields§
§Type: EventArgsType§EventId: i32§StructureChangeType: StructureChangeType§pRuntimeId: *mut i32§cRuntimeIdLen: i32