LPDIENUMDEVICESBYSEMANTICSCBW

Type Alias LPDIENUMDEVICESBYSEMANTICSCBW 

pub type LPDIENUMDEVICESBYSEMANTICSCBW = Option<unsafe extern "system" fn(param0: *mut DIDEVICEINSTANCEW, param1: Ref<'_, IDirectInputDevice8W>, param2: u32, param3: u32, param4: *mut c_void) -> BOOL>;

Aliased Type§

pub enum LPDIENUMDEVICESBYSEMANTICSCBW {
    None,
    Some(unsafe extern "system" fn(*mut DIDEVICEINSTANCEW, Ref<'_, IDirectInputDevice8W>, u32, u32, *mut c_void) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut DIDEVICEINSTANCEW, Ref<'_, IDirectInputDevice8W>, u32, u32, *mut c_void) -> BOOL)

Some value of type T.