PMSessionGetDestinationType

Function PMSessionGetDestinationType 

Source
pub unsafe extern "C-unwind" fn PMSessionGetDestinationType(
    print_session: PMPrintSession,
    print_settings: PMPrintSettings,
    dest_type_p: NonNull<PMDestinationType>,
) -> u32
Available on crate features PMCore and PMDefinitions only.
Expand description

ยงSafety

  • print_session must be a valid pointer.
  • print_settings must be a valid pointer.
  • dest_type_p must be a valid pointer.