windows::Win32::Graphics::Printing

Function GetPrinterDataW

pub unsafe fn GetPrinterDataW<P1>(
    hprinter: PRINTER_HANDLE,
    pvaluename: P1,
    ptype: Option<*mut u32>,
    pdata: Option<&mut [u8]>,
    pcbneeded: *mut u32,
) -> u32
where P1: Param<PCWSTR>,