首页
社区
课程
招聘
[旧帖] [求助]如何实现运行一个EXE程序以后,自动修改系统的日期的~ 0.00雪花
发表于: 2007-3-5 23:54 3663

[旧帖] [求助]如何实现运行一个EXE程序以后,自动修改系统的日期的~ 0.00雪花

2007-3-5 23:54
3663
【求助】如何实现运行一个EXE程序以后,自动修改系统的日期的~
帮帮忙,求助啊~~~~~~~~~~~

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 201
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
最初由 zjkhzzl 发布
【求助】如何实现运行一个EXE程序以后,自动修改系统的日期的~
帮帮忙,求助啊~~~~~~~~~~~

SetSystemTime
The SetSystemTime function sets the current system time and date. The system time is expressed in Coordinated Universal Time (UTC).

BOOL SetSystemTime(
  CONST SYSTEMTIME *lpSystemTime   // address of system time to set
);

Parameters
lpSystemTime
Pointer to a SYSTEMTIME structure that contains the current system date and time.
The wDayOfWeek member of the SYSTEMTIME structure is ignored.

Return Values
If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError.
2007-3-6 11:13
0
游客
登录 | 注册 方可回帖
返回
//