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 [仅限桌面应用]
标头 imapi2fs.h

另请参阅

IBootOptions::get_PlatformId

IBootOptions::p ut_PlatformId