永发信息网

GetWindowThreadProcessId返回值

答案:1  悬赏:20  手机版
解决时间 2021-07-28 23:21
  • 提问者网友:黑米和小志
  • 2021-07-28 09:59

g_hwnd:=findwindow(nil,'我的电脑');

thread_id:=GetWindowThreadProcessId(g_hwnd,@pid);

thread是 创建'我的电脑'的线程ID 还是

‘我的电脑'’新创建出来的新窗口的线程ID?

最佳答案
  • 五星知识达人网友:独行浪子会拥风
  • 2021-07-28 10:26
"thread是创建 '我的电脑' 的线程的ID"

MSDN解释:



The GetWindowThreadProcessId function retrieves the
identifier of the thread that created the specified window and,
optionally, the identifier of the process that created the window.



可见其返回值是创建窗口g_hwnd的线程ID
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯