IUpdateHistoryEntry2::get_Categories 方法 (wuapi.h)
取得更新所屬之更新類別的集合。
這個屬性是唯讀的。
語法
HRESULT get_Categories(
ICategoryCollection **retval
);
參數
retval
傳回值
無
備註
IUpdateHistoryEntry2 介面可能需要您更新 Windows Update Agent (WUA) 。 如需詳細資訊,請參閱更新 Windows Update 代理程式。
此屬性傳回的信息適用於使用者的預設使用者介面 (UI) 語言。 如果使用者的預設 UI 語言無法使用,WUA 會使用電腦的預設 UI 語言。 如果計算機的默認語言無法使用,WUA 會使用更新提供者建議的語言。
因為 IUpdate 介面有 Categories 屬性和 IUpdateHistoryEntry2 介面的 Categories 屬性,所以 ICategory 介面當地語系化屬性所使用的資訊取決於擁有 ICategory 介面的 WUA 物件。 如果 ICategory 介面是從 IUpdate 的 Categories 屬性傳回,它會遵循 IUpdate 的當地語系化規則。 如果 ICategory 介面是從 IUpdateHistoryEntry2 的 Categories 屬性傳回,它會遵循 IUpdateHistoryEntry2 的當地語系化規則。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional 與 SP3 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003、Windows 2000 Server 與 SP3 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | wuapi.h |
程式庫 | Wuguid.lib |
Dll | Wuapi.dll |