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

設定平臺識別碼,識別開機映射支援的作業系統架構。

語法

HRESULT put_PlatformId(
  [in] PlatformId newVal
);

參數

[in] newVal

識別開機映射支援的作業系統架構。 如需可能的值,請參閱 PlatformId 列舉類型。 預設值為 Intel x86 平臺的 PlatformX86

傳回值

成功時會傳回S_OK,但可能會因為實作而傳回其他成功碼。

需求

   
最低支援的用戶端 Windows Vista、Windows XP 與 SP2 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003 [僅限傳統型應用程式]
目標平台 Windows
標頭 imapi2fs.h

另請參閱

IBootOptions

IBootOptions::get_PlatformId