windows::Win32::Graphics::Printing

Function DeleteJobNamedProperty

pub unsafe fn DeleteJobNamedProperty<P2>(
    hprinter: PRINTER_HANDLE,
    jobid: u32,
    pszname: P2,
) -> u32
where P2: Param<PCWSTR>,