Type Alias LPFNDEVCAPS

Source
pub type LPFNDEVCAPS = Option<unsafe extern "C" fn(arg1: LPSTR, arg2: LPSTR, arg3: UINT, arg4: LPSTR, arg5: LPDEVMODE) -> DWORD>;

Aliased Type§

enum LPFNDEVCAPS {
    None,
    Some(unsafe extern "C" fn(_: *mut i8, _: *mut i8, _: u32, _: *mut i8, _: *mut _devicemodeA) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut i8, _: *mut i8, _: u32, _: *mut i8, _: *mut _devicemodeA) -> u32)

Some value of type T.