IAutomaticUpdatesSettings::get_ScheduledInstallationTime 方法 (wuapi.h)
[自Windows 10起,不再支持 IAutomaticUpdatesSettings::ScheduledInstallationTime。]
获取并设置自动汇报安装或卸载更新的时间。
此属性是可读写的。
语法
HRESULT get_ScheduledInstallationTime(
LONG *retval
);
参数
retval
返回值
无
备注
使用以下值设置时间。
Value | 时间 |
---|---|
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 | 21:00 |
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 |
Library | Wuguid.lib |
DLL | Wuapi.dll |