updateType 列舉 (wuapi.h)

定義更新的類型,例如驅動程式或軟體更新。

Syntax

typedef enum tagUpdateType {
  utSoftware = 1,
  utDriver = 2
} UpdateType;

常數

 
utSoftware
值: 1
指出更新是軟體更新。
utDriver
值: 2
指出更新是驅動程式更新。

規格需求

需求
最低支援的用戶端 Windows XP、Windows 2000 Professional 與 SP3 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2003、具有 SP3 的 Windows 2000 Server [僅限傳統型應用程式]
標頭 wuapi.h

另請參閱

IUpdate.Type