IBootOptions::p ut_PlatformId 方法 (imapi2fs.h)

设置标识启动映像支持的操作系统体系结构的平台标识符。

语法

HRESULT put_PlatformId(
  [in] PlatformId newVal
);

parameters

[in] newVal

标识启动映像支持的操作系统体系结构。 有关可能的值,请参阅 PlatformId 枚举类型。 对于基于 Intel x86 的平台,默认值为 PlatformX86。

返回值

成功后返回S_OK,但实现后可能会返回其他成功代码。

要求

   
最低受支持的客户端 Windows Vista、Windows XP SP2 [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
目标平台 Windows
标头 imapi2fs.h

另请参阅

IBootOptions

IBootOptions::get_PlatformId