windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupQueryInfVersionInformationW

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