Function GetPrinterDataExW
pub unsafe fn GetPrinterDataExW<P1, P2>(
hprinter: PRINTER_HANDLE,
pkeyname: P1,
pvaluename: P2,
ptype: Option<*mut u32>,
pdata: Option<&mut [u8]>,
pcbneeded: *mut u32,
) -> u32where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,