Type Alias windows_sys::Win32::Devices::Fax::PFAXSTARTPRINTJOBW
pub type PFAXSTARTPRINTJOBW = Option<unsafe extern "system" fn(printername: PCWSTR, printinfo: *const FAX_PRINT_INFOW, faxjobid: *mut u32, faxcontextinfo: *mut FAX_CONTEXT_INFOW) -> BOOL>;
Aliased Type§
enum PFAXSTARTPRINTJOBW {
None,
Some(unsafe extern "system" fn(_: *const u16, _: *const FAX_PRINT_INFOW, _: *mut u32, _: *mut FAX_CONTEXT_INFOW) -> i32),
}