windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDiInstallClassExA

pub unsafe fn SetupDiInstallClassExA<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<PCSTR>,