术语 | getinputstate |
释义 | GetInputState 语法: BOOL GetInputState(VOID); Return Value 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. Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 See Also Messages and Message Queues Overview , GetQueueStatus GetInputState Function 该GetInputState函数确定是否有鼠标按钮或键盘在调用线程的消息队列的消息。 ==英文原文==GetInputState Function The GetInputState function determines whether there are mouse-button or keyboard messages in the calling thread's message queue. Syntax BOOL GetInputState(VOID); Return Value 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. Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Winuser.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 See Also Messages and Message Queues Overview , GetQueueStatus ==原始网址==http://msdn.microsoft.com/en-us/library/ms644935(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。