Skip to main content

smbc_getFunctionOpenPrintJob

Function smbc_getFunctionOpenPrintJob 

Source
pub unsafe extern "C" fn smbc_getFunctionOpenPrintJob(
    c: *mut SMBCCTX,
) -> smbc_open_print_job_fn
Expand description

Returns the print-job opening callback installed in c.

ยงSafety

c must be a valid, initialized native context pointer.