在键盘钩子中,不知为什么不能用API函数GetGUIThreadInfo?
在键盘钩子中,不知为什么不能用API函数GetGUIThreadInfo? 问题点数:50、回复次数:4Top
1 楼orbit(走了走了)回复于 2005-08-02 18:57:09 得分 0
This function succeeds even if the active window is not owned by the calling process. If the specified thread does not exist or have an input queue, the function will fail.
Top
2 楼sjd163(sjd163)回复于 2005-08-02 21:29:27 得分 0
Help mi!Top
3 楼sjd163(sjd163)回复于 2005-08-03 07:58:10 得分 0
wsmTop
4 楼goodboyws(深夜不眠者(VCMVP))回复于 2005-08-03 08:12:33 得分 50
我也遇到过同样的问题,在StdAfx.h的最前面加
#define WINVER 0x0500 /* version 5.0 */
Top




