windows::Win32::UI::Accessibility

Function UiaAddEvent

pub unsafe fn UiaAddEvent(
    hnode: HUIANODE,
    eventid: i32,
    pcallback: *mut UiaEventCallback,
    scope: TreeScope,
    pproperties: *mut i32,
    cproperties: i32,
    prequest: *mut UiaCacheRequest,
    phevent: *mut HUIAEVENT,
) -> Result<()>