Type Alias 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§

pub enum PFAXSTARTPRINTJOBA {
    None,
    Some(unsafe extern "system" fn(PCSTR, *const FAX_PRINT_INFOA, *mut u32, *mut FAX_CONTEXT_INFOA) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(PCSTR, *const FAX_PRINT_INFOA, *mut u32, *mut FAX_CONTEXT_INFOA) -> BOOL)

Some value of type T.