FsiFileSystems 列挙 (imapi2fs.h)
認識されるファイル システムの値を定義します。
構文
typedef enum FsiFileSystems {
FsiFileSystemNone = 0,
FsiFileSystemISO9660 = 1,
FsiFileSystemJoliet = 2,
FsiFileSystemUDF = 4,
FsiFileSystemUnknown = 0x40000000
} ;
定数
FsiFileSystemNone 値: 0 ディスクに認識されたファイル システムが含まれていません。 |
FsiFileSystemISO9660 値: 1 Standard CD ファイル システム。 |
FsiFileSystemJoliet 値: 2 Joliet ファイル システム。 |
FsiFileSystemUDF 値: 4 UDF ファイル システム。 |
FsiFileSystemUnknown 値: 0x40000000 ディスクにはファイル システムが含まれているように見えますが、レイアウトは認識された種類のいずれにも一致しません。 |
要件
サポートされている最小のクライアント | Windows Vista、WINDOWS XP と SP2 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
Header | imapi2fs.h |