Home
last modified time | relevance | path

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

/reactos/dll/win32/setupapi/
H A Ddriver.c26 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 Ddevinst.c29 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()