LPFNDEVCAPS

Type Alias LPFNDEVCAPS 

pub type LPFNDEVCAPS = Option<unsafe extern "system" fn(param0: PCSTR, param1: PCSTR, param2: u32, param3: PCSTR, param4: *mut DEVMODEA) -> u32>;

Aliased Type§

pub enum LPFNDEVCAPS {
    None,
    Some(unsafe extern "system" fn(PCSTR, PCSTR, u32, PCSTR, *mut DEVMODEA) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(PCSTR, PCSTR, u32, PCSTR, *mut DEVMODEA) -> u32)

Some value of type T.