IInstallationResult::GetUpdateResult メソッド (wuapi.h)

指定した更新プログラムのインストール結果を含む IUpdateInstallationResult インターフェイスを返します。

構文

HRESULT GetUpdateResult(
  [in]  LONG                      updateIndex,
  [out] IUpdateInstallationResult **retval
);

パラメーター

[in] updateIndex

更新プログラムのインデックス。

[out] retval

指定した更新プログラムの結果を含むインターフェイス。

戻り値

成功した場合 はS_OK を返します。 それ以外の場合は、COM または Windows を返します

エラー コード。

要件

   
サポートされている最小のクライアント Windows XP、Windows 2000 Professional SP3 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2003、Windows 2000 Server SP3 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー wuapi.h
Library Wuguid.lib
[DLL] Wuapi.dll

関連項目

IInstallationResult