FsiFileSystems enumeration
Defines values for recognized file systems.
Syntax
typedef enum FsiFileSystems { FsiFileSystemNone = 0, FsiFileSystemISO9660 = 1, FsiFileSystemJoliet = 2, FsiFileSystemUDF = 4, FsiFileSystemUnknown = 0x40000000 } FsiFileSystems;
Constants
- FsiFileSystemNone
-
The disc does not contain a recognized file system.
- FsiFileSystemISO9660
-
Standard CD file system.
- FsiFileSystemJoliet
-
Joliet file system.
- FsiFileSystemUDF
-
UDF file system.
- FsiFileSystemUnknown
-
The disc appears to have a file system, but the layout does not match any of the recognized types.
Requirements
|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
IDL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012
