windows::Win32::Graphics::Printing

Function GetPrinterDriver2W

pub unsafe fn GetPrinterDriver2W<P2>(
    hwnd: Option<HWND>,
    hprinter: PRINTER_HANDLE,
    penvironment: P2,
    level: u32,
    pdriverinfo: Option<&mut [u8]>,
    pcbneeded: *mut u32,
) -> BOOL
where P2: Param<PCWSTR>,