Searched refs:install_params (Results 1 – 1 of 1) sorted by relevance
1353 SP_DEVINSTALL_PARAMS_W install_params; in SetupInstallFromInfSectionW() local1359 install_params.cbSize = sizeof(SP_DEVINSTALL_PARAMS); in SetupInstallFromInfSectionW()1360 …e = SetupDiGetDeviceInstallParamsW(devinfo, devinfo_data, &install_params) && (install_params.Flag… in SetupInstallFromInfSectionW()1363 info.queue = use_custom_queue ? install_params.FileQueue : queue; in SetupInstallFromInfSectionW()