Home
last modified time | relevance | path

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

/reactos/base/services/svchost/
H A Dsvchost.c722 _In_ LPCWSTR pszManifestPath, in FindDll() argument
741 (lstrcmpW(pDll->pszManifestPath, pszManifestPath) == 0) && in FindDll()
761 _In_ LPCWSTR pszManifestPath, in AddDll() argument
774 nManifestPathLength = lstrlenW(pszManifestPath); in AddDll()
792 pDll->pszManifestPath = pDll->pszDllPath + nDllPathLength + 1; in AddDll()
798 CopyMemory((PVOID)pDll->pszManifestPath, in AddDll()
799 pszManifestPath, in AddDll()
806 ASSERT(pDll->pszManifestPath[nManifestPathLength] == UNICODE_NULL); in AddDll()
H A Dsvchost.h96 LPCWSTR pszManifestPath; member