首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VC/MFC >

WH_CALLWNDPROC钩子有关问题

2012-06-12 
WH_CALLWNDPROC钩子问题WH_CALLWNDPROC钩子的回调函数CallWndProc中能不能终止消息的发送[解决办法]不能.[

WH_CALLWNDPROC钩子问题
WH_CALLWNDPROC钩子的回调函数CallWndProc中能不能终止消息的发送



[解决办法]
不能.
[解决办法]
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.
[解决办法]
在窗口过程判断

热点排行