IUpdateSession3 interface (wuapi.h)

Represents a session in which the caller can perform operations that involve updates. For example, this interface represents sessions in which the caller performs a search, download, installation, or uninstallation operation.

Inheritance

The IUpdateSession3 interface inherits from IUpdateSession2. IUpdateSession3 also has these types of members:

Methods

The IUpdateSession3 interface has these methods.

 
IUpdateSession3::CreateUpdateServiceManager

Returns a pointer to an IUpdateServiceManager2 interface for the session.
IUpdateSession3::QueryHistory

Synchronously queries the computer for the history of update events.

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

IUpdateSession2