IUpdateInstaller::EndInstall メソッド (wuapi.h)
更新プログラムの非同期インストールを完了します。
構文
HRESULT EndInstall(
[in] IInstallationJob *value,
[out] IInstallationResult **retval
);
パラメーター
[in] value
BeginInstall メソッドによって返される IInstallationJob インターフェイス。
[out] retval
インストール操作の全体的な結果を表す IInstallationResult インターフェイス。
戻り値
成功した場合 は、S_OK を返します。 それ以外の場合は、COM または Windows を返します
エラー コード。
解説
アプリで非同期 WUA API を使用する場合は、タイムアウト メカニズムの実装が必要になる場合があります。 非同期 WUA 操作を実行する方法の詳細については、「 非同期 WUA 操作のガイドライン」を参照してください。
要件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional sp3 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2003、Windows 2000 Server SP3 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | wuapi.h |
Library | Wuguid.lib |
[DLL] | Wuapi.dll |