GetInputState

此頁沒有內容條目
內容

GetInputState

VB聲明

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

說明

判斷是否存在任何待決(等待處理)的鼠標或鍵盤事件

返回值

Long,非零表示成功,零表示失敗

注解

在win32下,這個函數(shù)只返回當前輸入線程的狀態(tài)

Top