UiaEventCallback

Type Alias UiaEventCallback 

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

Aliased Type§

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