Searched refs:DotCoInstallers (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/setupapi/ |
H A D | driver.c | 26 static const WCHAR DotCoInstallers[] = {'.','C','o','I','n','s','t','a','l','l','e','r','s',0}; variable 2138 SectionName, MAX_PATH - strlenW(DotCoInstallers), &SectionNameLength, NULL); in SetupDiInstallDriverFiles() 2164 lstrcatW(SectionName, DotCoInstallers); in SetupDiInstallDriverFiles()
|
H A D | devinst.c | 29 static const WCHAR DotCoInstallers[] = {'.','C','o','I','n','s','t','a','l','l','e','r','s',0}; variable 5259 if (!Result || SectionNameLength > MAX_PATH - strlenW(DotCoInstallers) - 1) in SetupDiRegisterCoDeviceInstallers() 5261 lstrcatW(SectionName, DotCoInstallers); in SetupDiRegisterCoDeviceInstallers()
|