Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Determines whether there are mouse-button or keyboard messages in the calling thread's message queue.
Syntax
BOOL GetInputState();
Return value
Type: BOOL
If the queue contains one or more new mouse-button or keyboard messages, the return value is nonzero.
If there are no new mouse-button or keyboard messages in the queue, the return value is zero.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | winuser.h (include Windows.h) |
| Library | User32.lib |
| DLL | User32.dll |
See also
Conceptual
Reference