Searched refs:pszDrive1 (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/shell32/folders/ |
H A D | CDrivesFolder.cpp | 741 CHAR* pszDrive1 = _ILGetDataPointer(pidl1)->u.drive.szDriveName; in CompareIDs() local 749 result = _stricmp(pszDrive1, pszDrive2); in CompareIDs() 763 if (GetVolumeInformationA(pszDrive1, NULL, 0, NULL, NULL, NULL, NULL, 0)) in CompareIDs() 764 GetDiskFreeSpaceExA(pszDrive1, &Drive1Available, &Drive1Total, NULL); in CompareIDs()
|