PMSessionCreatePrinterList

Function PMSessionCreatePrinterList 

Source
pub unsafe extern "C-unwind" fn PMSessionCreatePrinterList(
    print_session: PMPrintSession,
    printer_list: NonNull<*const CFArray>,
    current_index: *mut CFIndex,
    current_printer: *mut PMPrinter,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

  • print_session must be a valid pointer.
  • printer_list must be a valid pointer.
  • current_index must be a valid pointer or null.
  • current_printer must be a valid pointer or null.