windows::Win32::Graphics::Printing

Function GetPrinterDriver2A

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