Type Alias windows::Win32::Graphics::Gdi::LPFNDEVCAPS
pub type LPFNDEVCAPS = Option<unsafe extern "system" fn(param0: PCSTR, param1: PCSTR, param2: u32, param3: PCSTR, param4: *mut DEVMODEA) -> u32>;
Aliased Type§
enum LPFNDEVCAPS {
None,
Some(unsafe extern "system" fn(_: PCSTR, _: PCSTR, _: u32, _: PCSTR, _: *mut DEVMODEA) -> u32),
}