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

Required features: "Win32_System_Com"

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.