GetMessageTime

此頁(yè)沒(méi)有內(nèi)容條目
內(nèi)容

GetMessageTime

VB聲明

Declare Function GetMessageTime Lib "user32" Alias "GetMessageTime" () As Long

說(shuō)明

取得消息隊(duì)列中上一條消息處理完畢時(shí)的時(shí)間

返回值

Long,返回一個(gè)時(shí)間,表示為自系統(tǒng)啟動(dòng)以來(lái)經(jīng)歷的毫秒數(shù)

原文:The time is specified in milliseconds from the time the system was started.

Top