IUpdateInstaller::EndUninstall メソッド (wuapi.h)
更新プログラムの非同期アンインストールを完了します。
構文
HRESULT EndUninstall(
[in] IInstallationJob *value,
[out] IInstallationResult **retval
);
パラメーター
[in] value
BeginUninstall メソッドが返す 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 |