windows::Win32::Graphics::Printing

Function SetPrinterDataW

pub unsafe fn SetPrinterDataW<P1>(
    hprinter: PRINTER_HANDLE,
    pvaluename: P1,
    type: u32,
    pdata: &[u8],
) -> u32
where P1: Param<PCWSTR>,