Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/folders/
H A DCDrivesFolder.cpp991 DWORD dwVolumeSerialNumber, dwMaximumComponentLength, dwFileSystemFlags; in GetDisplayNameOf() local
996 &dwMaximumComponentLength, &dwFileSystemFlags, NULL, 0); in GetDisplayNameOf()
1021dwFileSystemFlags = LoadStringW(shell32_hInstance, ResourceId, pszPath, MAX_PATH); in GetDisplayNameOf()
1022 if (dwFileSystemFlags > MAX_PATH - 7) in GetDisplayNameOf()