gpt4 book ai didi

c++ - 如何取消 CallWndProc 钩子(Hook)中的消息

转载 作者:行者123 更新时间:2023-11-28 00:29:20 25 4
gpt4 key购买 nike

我正在尝试通过 SetWindowsHookEx Hook CallWndProc。我想在特定情况下取消 CallWndProc,但我不知道该怎么做。借助 GetMsgProc Hook ,我可以使用 pMsg->wParam = PM_REMOVE; 接收消息,它运行良好,但不适用于 CallWndProc

有人知道吗?

最佳答案

你想实现的是不可能的。

来自documentation (强调我的):

The CallWndProc hook procedure can examine the message, but it cannot modify it. After the hook procedure returns control to the system, the message is passed to the window procedure.

关于c++ - 如何取消 CallWndProc 钩子(Hook)中的消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23536590/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com