SetSystemTime |
| VB声明 | |
| Declare Function SetSystemTime Lib "kernel32" Alias "SetSystemTime" (lpSystemTime As SYSTEMTIME) As Long | |
| 说明 | |
| 设置当前系统时间 | |
| 返回值 | |
| Long,非零表示成功,零表示失败。会设置GetLastError | |
| 参数表 | |
| 参数 | 类型及说明 |
| lpSystemTime | SYSTEMTIME,这个结构指定了新的地方时间。其中的wDayOfWeek条目会被忽略 |
SetSystemTime |
| VB声明 | |
| Declare Function SetSystemTime Lib "kernel32" Alias "SetSystemTime" (lpSystemTime As SYSTEMTIME) As Long | |
| 说明 | |
| 设置当前系统时间 | |
| 返回值 | |
| Long,非零表示成功,零表示失败。会设置GetLastError | |
| 参数表 | |
| 参数 | 类型及说明 |
| lpSystemTime | SYSTEMTIME,这个结构指定了新的地方时间。其中的wDayOfWeek条目会被忽略 |





RSS地址