Home
last modified time | relevance | path

Searched refs:install_params (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/setupapi/
H A Dinstall.c1353 SP_DEVINSTALL_PARAMS_W install_params; in SetupInstallFromInfSectionW() local
1359 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()