Type Alias windows::Win32::UI::Accessibility::LPFNACCESSIBLEOBJECTFROMWINDOW

pub type LPFNACCESSIBLEOBJECTFROMWINDOW = Option<unsafe extern "system" fn(hwnd: HWND, dwid: u32, riid: *const GUID, ppvobject: *mut *mut c_void) -> HRESULT>;

Aliased Type§

enum LPFNACCESSIBLEOBJECTFROMWINDOW {
    None,
    Some(unsafe extern "system" fn(_: HWND, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HWND, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT)

Some value of type T.