windows::Win32::Graphics::Printing

Function GetJobNamedPropertyValue

pub unsafe fn GetJobNamedPropertyValue<P2>(
    hprinter: PRINTER_HANDLE,
    jobid: u32,
    pszname: P2,
    pvalue: *mut PrintPropertyValue,
) -> u32
where P2: Param<PCWSTR>,