Searched refs:lpszVolumeType (Results 1 – 1 of 1) sorted by relevance
35 BOOL InstallBootSector(LPCTSTR lpszVolumeType);133 BOOL InstallBootSector(LPCTSTR lpszVolumeType) in InstallBootSector() argument145 if (_tcsicmp(lpszVolumeType, _T("fat")) == 0) in InstallBootSector()160 else if (_tcsicmp(lpszVolumeType, _T("fat32")) == 0) in InstallBootSector()186 _tprintf(_T("File system type %s unknown.\n"), lpszVolumeType); in InstallBootSector()190 _tprintf(_T("%s boot sector installed.\n"), lpszVolumeType); in InstallBootSector()