Type Alias 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§
pub enum PFAXSTARTPRINTJOBW {
None,
Some(unsafe extern "system" fn(PCWSTR, *const FAX_PRINT_INFOW, *mut u32, *mut FAX_CONTEXT_INFOW) -> BOOL),
}Variants§
None
No value.
Some(unsafe extern "system" fn(PCWSTR, *const FAX_PRINT_INFOW, *mut u32, *mut FAX_CONTEXT_INFOW) -> BOOL)
Some value of type T.