IUpdateIdentity interface (wuapi.h)

Represents the unique identifier of an update.

Inheritance

The IUpdateIdentity interface inherits from the IDispatch interface.

Methods

The IUpdateIdentity interface has these methods.

 
IUpdateIdentity::get_RevisionNumber

Gets the revision number of an update.
IUpdateIdentity::get_UpdateID

Gets the revision-independent identifier of an update.

Remarks

You can create an instance of this interface by using the UpdateIdentity coclass.

Requirements

Requirement Value
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]
Target Platform Windows
Header wuapi.h

See also

IUpdate.Identity