Type Alias windows_sys::Win32::Devices::HumanInterfaceDevice::LPDIJOYTYPECALLBACK
pub type LPDIJOYTYPECALLBACK = Option<unsafe extern "system" fn(param0: PCWSTR, param1: *mut c_void) -> BOOL>;
Aliased Type§
enum LPDIJOYTYPECALLBACK {
None,
Some(unsafe extern "system" fn(_: *const u16, _: *mut c_void) -> i32),
}