pub type LPFNACCESSIBLEOBJECTFROMPOINT = Option<unsafe extern "system" fn(ptscreen: POINT, ppacc: *mut IAccessible, pvarchild: *mut VARIANT) -> HRESULT>;
Expand description

Required features: "Win32_Foundation", "Win32_System_Com", "Win32_System_Ole", "Win32_System_Variant"

Aliased Type§

enum LPFNACCESSIBLEOBJECTFROMPOINT {
    None,
    Some(unsafe extern "system" fn(_: POINT, _: *mut *mut c_void, _: *mut VARIANT) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: POINT, _: *mut *mut c_void, _: *mut VARIANT) -> i32)

Some value of type T.