Searched refs:dwSystemRoot (Results 1 – 1 of 1) sorted by relevance
432 DWORD dwSystemRoot; in CompressPath() local436 dwSystemRoot = GetEnvironmentVariable(_T("SystemRoot"), szSystemRoot, MAX_PATH); in CompressPath()444 else if (dwSystemRoot > 0 && _tcsncmp(lpPath, szSystemRoot, dwSystemRoot) == 0) in CompressPath()447 _tcscat(lpShortPath, &lpPath[dwSystemRoot]); in CompressPath()