windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupQueryInfVersionInformationA

pub unsafe fn SetupQueryInfVersionInformationA<P2>(
    infinformation: *const SP_INF_INFORMATION,
    infindex: u32,
    key: P2,
    returnbuffer: Option<&mut [u8]>,
    requiredsize: Option<*mut u32>,
) -> Result<()>
where P2: Param<PCSTR>,