Home
last modified time | relevance | path

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

/reactos/dll/cpl/main/
H A Dmouse.c432 DWORD dwSystemRoot; in CompressPath() local
436 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()