PlatformId 列挙 (imapi2fs.h)
ブート イメージでサポートされるオペレーティング システム アーキテクチャの値を定義します
構文
typedef enum PlatformId {
PlatformX86 = 0,
PlatformPowerPC = 1,
PlatformMac = 2,
PlatformEFI = 0xef
} ;
定数
PlatformX86 値: 0 Intel Pentium™ シリーズのチップ セット。 このエントリは、Windows オペレーティング システムを意味します。 |
PlatformPowerPC 値: 1 Apple PowerPC ファミリ。 |
PlatformMac 値: 2 Apple Macintosh ファミリ。 |
PlatformEFI 値: 0xef EFI ファミリ。 |
解説
ここで定義されていない他の値が存在する可能性があります。 この列挙のコンシューマーは、このリストが有効な値の唯一のセットであると想定しないでください。
要件
サポートされている最小のクライアント | Windows Vista、WINDOWS XP と SP2 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
Header | imapi2fs.h |