IAutomaticUpdatesSettings::get_ScheduledInstallationTime 方法 (wuapi.h)
[自 Windows 10 起,不再支援IAutomaticUpdatesSettings::ScheduledInstallationTime。
取得並設定自動更新安裝或卸載更新的時間。
這是可讀寫的屬性。
語法
HRESULT get_ScheduledInstallationTime(
LONG *retval
);
參數
retval
傳回值
無
備註
時間是使用下列值來設定。
值 | 時間 |
---|---|
0 | 00:00 |
1 | 01:00 |
2 | 02:00 |
3 | 03:00 |
4 | 04:00 |
5 | 05:00 |
6 | 06:00 |
7 | 07:00 |
8 | 08:00 |
9 | 09:00 |
10 | 10:00 |
11 | 11:00 |
12 | 12:00 |
13 | 13:00 |
14 | 14:00 |
15 | 15:00 |
16 | 16:00 |
17 | 17:00 |
18 | 18:00 |
19 | 19:00 |
20 | 20:00 |
21 | 下午 9 點 |
22 | 22:00 |
23 | 23:00 |
如果 NotificationLevel 屬性的值不是 aunlScheduledInstallation,則會忽略這個屬性的值。
注意 從 Windows 8 和 Windows Server 2012 開始,不支援 ScheduledInstallationTime ,而且會傳回不可靠的值。 如果您嘗試修改 ScheduledInstallationTime,作業將會出現成功,但不會有任何作用。
規格需求
最低支援的用戶端 | Windows XP、Windows 2000 Professional 與 SP3 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003、Windows 2000 Server 與 SP3 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | wuapi.h |
程式庫 | Wuguid.lib |
Dll | Wuapi.dll |