Function windows_sys::Win32::UI::Accessibility::UiaAddEvent

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