windows::Win32::Graphics::Printing

Function GetPrinterDriverA

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