Type Alias windows::Win32::Devices::Fax::PFAXSTARTPRINTJOBA
pub type PFAXSTARTPRINTJOBA = Option<unsafe extern "system" fn(printername: PCSTR, printinfo: *const FAX_PRINT_INFOA, faxjobid: *mut u32, faxcontextinfo: *mut FAX_CONTEXT_INFOA) -> BOOL>;
Aliased Type§
enum PFAXSTARTPRINTJOBA {
None,
Some(unsafe extern "system" fn(_: PCSTR, _: *const FAX_PRINT_INFOA, _: *mut u32, _: *mut FAX_CONTEXT_INFOA) -> BOOL),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: PCSTR, _: *const FAX_PRINT_INFOA, _: *mut u32, _: *mut FAX_CONTEXT_INFOA) -> BOOL)
Some value of type T
.