PMCreateGenericPrinter

Function PMCreateGenericPrinter 

Source
pub unsafe extern "C-unwind" fn PMCreateGenericPrinter(
    printer: NonNull<PMPrinter>,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

PMCreateGenericPrinter Summary: Creates a generic PMPrinter

Parameters: printer: On return *printer contains the generic priner

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

printer must be a valid pointer.