Type Alias UiaEventCallback

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

Aliased Type§

pub 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.