PMSessionSetCurrentPMPrinter

Function PMSessionSetCurrentPMPrinter 

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

ยงSafety

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