win32 dll获取应用程序窗口句柄
我写了一个win32dll,并将这个dll远程注入到其他应用程序中(如IE,Notepad),我现在想获取我注入的应用程序的窗口句柄,这个怎么写啊?小弟在线等,谢谢。...
我写了一个win32 dll,并将这个dll远程注入到其他应用程序中(如IE,Notepad),我现在想获取我注入的应用程序的窗口句柄,这个怎么写啊?小弟在线等,谢谢。
展开
1个回答
展开全部
应该可以用:
HWND GetForegroundWindow(void);
MSDN里的解释:
GetForegroundWindow
This function returns the handle to the foreground window—the window with which the user is currently working.
HWND GetForegroundWindow(void);
Return Values
The handle to the foreground window indicates success.
百度百科里的解释:
GetForegroundWindow
函数功能:该函数返回前台窗口(用户当前工作的窗口)。系统分配给产生前台窗口的线程一个稍高一点的优先级。
函数原型:HWND GetForegroundWindow(VOID)
参数:无。 返回值:函数返回前台窗回的句柄。
速查:Windows NT:3.1以上版本;Windows:95以上版本:Windows CE:1.0以上版本:头文件:Winuser.h;库文件:user32.lib。
希望是你想要的答案
HWND GetForegroundWindow(void);
MSDN里的解释:
GetForegroundWindow
This function returns the handle to the foreground window—the window with which the user is currently working.
HWND GetForegroundWindow(void);
Return Values
The handle to the foreground window indicates success.
百度百科里的解释:
GetForegroundWindow
函数功能:该函数返回前台窗口(用户当前工作的窗口)。系统分配给产生前台窗口的线程一个稍高一点的优先级。
函数原型:HWND GetForegroundWindow(VOID)
参数:无。 返回值:函数返回前台窗回的句柄。
速查:Windows NT:3.1以上版本;Windows:95以上版本:Windows CE:1.0以上版本:头文件:Winuser.h;库文件:user32.lib。
希望是你想要的答案
参考资料: http://baike.baidu.com/view/1080316.html?wtp=tt
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |