Partager via


BOOT_SECTOR_FILE_SYSTEM_TYPE enumeration

Defines the valid file system types that can be recognized by the DetectBootSector function.

Note

FMAPI can only be used in the Windows Preinstallation Environment (WinPE) for Windows Vista, Windows Server 2008, and later. Applications that use FMAPI must license WinPE.

Syntax

typedef enum  { 
  FileSystemUnknown,
  FileSystemFAT12,
  FileSystemFAT16,
  FileSystemFat32,
  FileSystemNTFS
} BOOT_SECTOR_FILE_SYSTEM_TYPE;

Constants

FileSystemUnknown

The file system is not known.

FileSystemFAT12

The file system is FAT12.

FileSystemFAT16

The file system is FAT16.

FileSystemFat32

The file system is FAT32.

FileSystemNTFS

The file system is NTFS.

Remarks

Note that there is no associated header file for this enumeration.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

BOOT_SECTOR_INFO