LPFNDEVMODE

Type Alias LPFNDEVMODE 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.