PMPrinterSendCommand

Function PMPrinterSendCommand 

Source
pub unsafe extern "C-unwind" fn PMPrinterSendCommand(
    printer: PMPrinter,
    command_string: &CFString,
    job_title: Option<&CFString>,
    options: Option<&CFDictionary>,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

  • printer must be a valid pointer.
  • options generics must be of the correct type.