IUpdateHistoryEntry::UninstallationNotes property

Gets the uninstallation notes of an update.

This property is read-only.

Syntax

HRESULT get_UninstallationNotes(
  [out] BSTR *retval
);

Property value

The uninstallation notes of an update.

Error codes

Returns S_OK if successful. Otherwise, returns a COM or Windows error code.

Remarks

The information that this property returns is for the default user interface (UI) language of the user. However, note the following:

  • If the default UI language of the user is unavailable, Windows Update Agent (WUA) uses the default UI language of the computer.
  • If the default language of the computer is unavailable, WUA uses the language that the provider of the update recommends.

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional with SP3 [desktop apps only]

Minimum supported server

Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]

DLL

Wuapi.dll

See also

IUpdateHistoryEntry

IUpdateHistoryEntry.ClientApplicationID