PMPrinterCopyDeviceURI

Function PMPrinterCopyDeviceURI 

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

ยงSafety

  • printer must be a valid pointer.
  • device_uri must be a valid pointer.