windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiInstallClassExW

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