Searched refs:pszManifestPath (Results 1 – 2 of 2) sorted by relevance
722 _In_ LPCWSTR pszManifestPath, in FindDll() argument741 (lstrcmpW(pDll->pszManifestPath, pszManifestPath) == 0) && in FindDll()761 _In_ LPCWSTR pszManifestPath, in AddDll() argument774 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()
96 LPCWSTR pszManifestPath; member