#[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: EventArgsTypeEventId: i32StructureChangeType: StructureChangeTypepRuntimeId: *mut i32cRuntimeIdLen: i32