IUpdateIdentity interface

Represents the unique identifier of an update.

Inheritance

The IUpdateIdentity interface inherits the methods of the IDispatch interface.

Members

The IUpdateIdentity interface inherits from the IUnknown interface. IUpdateIdentity also has these types of members:

  • Properties

Properties

The IUpdateIdentity interface has these properties.

Property Access type Description

RevisionNumber

Read-only

Gets the revision number of an update.

UpdateID

Read-only

Gets the revision-independent identifier of an update.

 

Remarks

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

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]

Header

Wuapi.h

IDL

Wuapi.idl

Library

Wuguid.lib

DLL

Wuapi.dll

IID

IID_IUpdateIdentity is defined as 46297823-9940-4C09-AED9-CD3EA6D05968

See also

IUpdate.Identity