分类:
2006-06-14 16:12:24
| GetMessageTime |
| VB声明 |
| Declare Function GetMessageTime Lib "user32" Alias "GetMessageTime" () As Long |
| 说明 |
| 取得消息队列中上一条消息处理完毕时的时间 |
| 返回值 |
| Long,返回一个时间,表示为自系统启动以来经历的毫秒数 原文:The time is specified in milliseconds from the time the system was started. |