Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values for recognized file systems.
Syntax
typedef enum FsiFileSystems {
FsiFileSystemNone = 0,
FsiFileSystemISO9660 = 1,
FsiFileSystemJoliet = 2,
FsiFileSystemUDF = 4,
FsiFileSystemUnknown = 0x40000000
} ;
Constants
FsiFileSystemNoneValue: 0 The disc does not contain a recognized file system. |
FsiFileSystemISO9660Value: 1 Standard CD file system. |
FsiFileSystemJolietValue: 2 Joliet file system. |
FsiFileSystemUDFValue: 4 UDF file system. |
FsiFileSystemUnknownValue: 0x40000000 The disc appears to have a file system, but the layout does not match any of the recognized types. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | imapi2fs.h |