Type Alias windows_sys::Win32::UI::Accessibility::LPFNACCESSIBLEOBJECTFROMPOINT
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),
}