Type Alias windows_sys::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(_: *const u8, _: *const u8, _: u32, _: *const u8, _: *mut DEVMODEA) -> u32),
}