Type Alias LPFNACCESSIBLECHILDREN

pub type LPFNACCESSIBLECHILDREN = Option<unsafe extern "system" fn(pacccontainer: Ref<'_, IAccessible>, ichildstart: i32, cchildren: i32, rgvarchildren: *mut VARIANT, pcobtained: *mut i32) -> HRESULT>;

Aliased Type§

pub enum LPFNACCESSIBLECHILDREN {
    None,
    Some(unsafe extern "system" fn(Ref<'_, IAccessible>, i32, i32, *mut VARIANT, *mut i32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Ref<'_, IAccessible>, i32, i32, *mut VARIANT, *mut i32) -> HRESULT)

Some value of type T.