积极答复者
请教WM_INPUT消息的lParam参数结构体在C#的定义方法,以及这个消息的详细说明.

问题
-
答案
-
这里有个关于处理WM_INPUT消息的例子,供你参考:
http://www.codeproject.com/KB/system/rawinput.aspx
希望对您有所帮助。
Best Regards,
Rocky Yue[MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已标记为答案 493595708 2011年10月23日 2:29
全部回复
-
这个类型被定义为一个LONG_PTR。目前你可以用IntPtr,因为在32位和64位里这两个类型大小相同。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
这里有个关于处理WM_INPUT消息的例子,供你参考:
http://www.codeproject.com/KB/system/rawinput.aspx
希望对您有所帮助。
Best Regards,
Rocky Yue[MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已标记为答案 493595708 2011年10月23日 2:29