Home
last modified time | relevance | path

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

/reactos/dll/win32/syssetup/
H A Dnetinstall.c22 PWSTR pszComponentId; member
248 _In_ PWSTR pszComponentId, in CheckInfFile() argument
301 if (_wcsicmp(szLineBuffer, pszComponentId) == 0) in CheckInfFile()
402 _In_ PWSTR pszComponentId, in ScanForInfFile() argument
436 pszComponentId, in ScanForInfFile()
448 if (pComponentInfo->pszComponentId) in ScanForInfFile()
449 wcscpy(pComponentInfo->pszComponentId, pszComponentId); in ScanForInfFile()
468 _In_ PWSTR pszComponentId) in InstallNetworkComponent() argument
474 DPRINT("InstallNetworkComponent(%S)\n", pszComponentId); in InstallNetworkComponent()
478 if (!ScanForInfFile(pszComponentId, &ComponentInfo)) in InstallNetworkComponent()
[all …]
H A Dglobals.h38 _In_ PWSTR pszComponentId);