windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiInstallClassA

pub unsafe fn SetupDiInstallClassA<P1>(
    hwndparent: Option<HWND>,
    inffilename: P1,
    flags: u32,
    filequeue: Option<*const c_void>,
) -> Result<()>
where P1: Param<PCSTR>,