Share via


IUpdateSession3 interface

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.

Members

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

  • Methods

Methods

The IUpdateSession3 interface has these methods.

Method Description
CreateUpdateServiceManager

Returns a pointer to an IUpdateServiceManager2 interface for the session.

QueryHistory

Returns a pointer to an IUpdateHistoryEntryCollection interface. The interface contains matching event records on the computer. This causes the QueryHistory method to synchronously query the computer for the history of update events.

 

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_IUpdateSession3 is defined as 918EFD1E-B5D8-4C90-8540-AEB9BDC56F9D

See also

IUpdateSession2