PMPrinterGetState

Function PMPrinterGetState 

Source
pub unsafe extern "C-unwind" fn PMPrinterGetState(
    printer: PMPrinter,
    state: NonNull<PMPrinterState>,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

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