Share via


IWindowsDriverUpdate interface

Contains the properties and the methods that are available only from a Windows driver update.

Members

The IWindowsDriverUpdate interface inherits from IUpdate. IWindowsDriverUpdate also has these types of members:

  • Properties

Properties

The IWindowsDriverUpdate interface has these properties.

Property Access type Description

DeviceProblemNumber

Read-only

Gets the problem number of the device that matches for the Windows driver update.

DeviceStatus

Read-only

Gets the status of the device that matches for the Windows driver update.

DriverClass

Read-only

Gets the class of the Windows driver update.

DriverHardwareID

Read-only

Gets the hardware ID or compatible ID that the Windows driver update must match to be installable.

DriverManufacturer

Read-only

Gets the language-invariant name of the manufacturer of the Windows driver update.

DriverModel

Read-only

Gets the language-invariant model name of the device for which the Windows driver update is intended.

DriverProvider

Read-only

Gets the language-invariant name of the provider of the Windows driver update.

DriverVerDate

Read-only

Gets the driver version date of the Windows driver update.

 

Remarks

This interface can be obtained by calling the QueryInterface method on an IUpdate interface only if the interface represents a Windows driver update.

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_IWindowsDriverUpdate is defined as B383CD1A-5CE9-4504-9F63-764B1236F191

See also

IUpdate