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