reactos/base/setup/usetup
Hermès Bélusca-Maïto 56ea51bbe4
[USETUP] Enhancements for filesystem utility functions.
- Introduce code that detects the filesystem of a (mounted?) partition, using NtQueryVolumeInformationFile() with FileFsAttributeInformation class,
  aka. rely on ReactOS itself (kernel, storage stack, filesystem drivers...) to recognize the FS on a partition that should normally be seen by the system.
  This currently half-works for whatever reason (to be insvestigated), while it works on Windows.
- Fix few comments & a function parameter name.
- Use NT string pointer types.

svn path=/branches/setup_improvements/; revision=74529
2018-05-26 19:09:38 +02:00
..
lang [USETUP] Fix some spacings in the french translation. 2018-05-26 19:09:37 +02:00
bootsup.c [USETUP] Add & modify some file utility functions that are going to be used next. 2018-05-26 19:09:38 +02:00
bootsup.h
cabinet.c [USETUP] Use the smaller zlib_solo instead of the full zlib. CORE-14290 2018-02-04 12:54:39 +01:00
cabinet.h
chkdsk.c [USETUP] Our current FAT ChkDsk being a bit slow when using the right path make 2017-12-17 23:26:38 +01:00
chkdsk.h
CMakeLists.txt [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00
cmdcons.c
cmdcons.h
console.c [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00
console.h [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00
consup.c [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00
consup.h [USETUP] Get rid of the interface directory because we support text-mode only 2018-05-15 19:47:52 +02:00
devinst.c [USETUP] Get rid of the interface directory because we support text-mode only 2018-05-15 19:47:52 +02:00
drivesup.c
drivesup.h
errorcode.h
filequeue.c
filequeue.h
filesup.c [USETUP] Add & modify some file utility functions that are going to be used next. 2018-05-26 19:09:38 +02:00
filesup.h [USETUP] Add & modify some file utility functions that are going to be used next. 2018-05-26 19:09:38 +02:00
format.c
format.h
fslist.c [USETUP] Enhancements for filesystem utility functions. 2018-05-26 19:09:38 +02:00
fslist.h [USETUP] Enhancements for filesystem utility functions. 2018-05-26 19:09:38 +02:00
genlist.c
genlist.h
inffile.c [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00
inffile.h [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00
inicache.c
inicache.h
keytrans.c [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00
keytrans.h [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00
mui.c [USETUP] LanguageList => MUILanguageList. #179 2017-12-09 23:33:02 +01:00
mui.h
muifonts.h [USETUP] Improve muifonts.h and add a SimHei font substitution entry (#272) 2018-01-08 16:24:31 +01:00
muilanguages.h [USETUP] LanguageList => MUILanguageList. #179 2017-12-09 23:33:02 +01:00
partlist.c
partlist.h [USETUP] Remove unused VolumeLabel and FileSystemName from the PARTENTRY type 2018-05-15 20:02:04 +02:00
progress.c
progress.h
registry.c [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00
registry.h
settings.c
settings.h
usetup.c [USETUP] Add & modify some file utility functions that are going to be used next. 2018-05-26 19:09:38 +02:00
usetup.h [USETUP] Add & modify some file utility functions that are going to be used next. 2018-05-26 19:09:38 +02:00
usetup.rc [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00