windows::Win32::UI::Accessibility

Type Alias UiaEventCallback

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.