LPFNDEVCAPS

Type Alias LPFNDEVCAPS 

Source
pub type LPFNDEVCAPS = Option<unsafe extern "system" fn(LPSTR, LPSTR, UINT, LPSTR, LPDEVMODEA) -> DWORD>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.