pub type LPFNACCESSIBLEOBJECTFROMWINDOW = Option<unsafe extern "system" fn(hwnd: HWND, dwId: DWORD, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT>;
Aliased Type§
pub enum LPFNACCESSIBLEOBJECTFROMWINDOW {
None,
Some(unsafe extern "system" fn(*mut HWND__, u32, *const GUID, *mut *mut c_void) -> i32),
}