Searched refs:dwFileSystemFlags (Results 1 – 1 of 1) sorted by relevance
991 DWORD dwVolumeSerialNumber, dwMaximumComponentLength, dwFileSystemFlags; in GetDisplayNameOf() local996 &dwMaximumComponentLength, &dwFileSystemFlags, NULL, 0); in GetDisplayNameOf()1021 … dwFileSystemFlags = LoadStringW(shell32_hInstance, ResourceId, pszPath, MAX_PATH); in GetDisplayNameOf()1022 if (dwFileSystemFlags > MAX_PATH - 7) in GetDisplayNameOf()