PMPrinterIsRemote

Function PMPrinterIsRemote 

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

ยงSafety

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