Type Alias windows::Win32::UI::Accessibility::UiaEventCallback

pub type UiaEventCallback = Option<unsafe extern "system" fn(pargs: *mut UiaEventArgs, prequesteddata: *mut SAFEARRAY, ptreestructure: BSTR)>;

Aliased Type§

enum UiaEventCallback {
    None,
    Some(unsafe extern "system" fn(_: *mut UiaEventArgs, _: *mut SAFEARRAY, _: BSTR)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut UiaEventArgs, _: *mut SAFEARRAY, _: BSTR))

Some value of type T.