windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiInstallClassW

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