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(_: PCWSTR, _: *const FAX_PRINT_INFOW, _: *mut u32, _: *mut FAX_CONTEXT_INFOW) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: *const FAX_PRINT_INFOW, _: *mut u32, _: *mut FAX_CONTEXT_INFOW) -> BOOL)

Some value of type T.