Type Definition windows_sys::Win32::UI::Accessibility::UiaProviderCallback
[−]pub type UiaProviderCallback = Option<unsafe extern "system" fn(hwnd: HWND, providertype: ProviderType) -> *mut SAFEARRAY>;
Expand description
Required features: "Win32_UI_Accessibility"
, "Win32_Foundation"
, "Win32_System_Com"