pub unsafe extern "C-unwind" fn PMPrinterIsPostScriptPrinter(
printer: PMPrinter,
is_ps_printer: NonNull<u8>,
) -> u32Available on crate features
PMCore and PMDefinitions only.Expand description
Set *isPSPrinter true if the printer is a PostScript printer.
A PostScript printer is one whose driver takes PostScript directly.
Availability: Mac OS X: in version 10.5 and later in ApplicationServices.framework CarbonLib: not available Non-Carbon CFM: not available
Compatibility: Not appropriate for CUPS filters, drivers, and backends.
ยงSafety
printermust be a valid pointer.is_ps_printermust be a valid pointer.