PMPrinterCopyHostName

Function PMPrinterCopyHostName 

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

ยงSafety

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