PMPrinterSetOutputResolution

Function PMPrinterSetOutputResolution 

Source
pub unsafe extern "C-unwind" fn PMPrinterSetOutputResolution(
    printer: PMPrinter,
    print_settings: PMPrintSettings,
    resolution_p: NonNull<PMResolution>,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

  • printer must be a valid pointer.
  • print_settings must be a valid pointer.
  • resolution_p must be a valid pointer.