PMPrinterWritePostScriptToURL

Function PMPrinterWritePostScriptToURL 

Source
pub unsafe extern "C-unwind" fn PMPrinterWritePostScriptToURL(
    printer: PMPrinter,
    settings: PMPrintSettings,
    format: PMPageFormat,
    mime_type: Option<&CFString>,
    source_file_url: &CFURL,
    destination_file_url: &CFURL,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

  • printer must be a valid pointer.
  • settings must be a valid pointer.
  • format must be a valid pointer or null.