智动软件 - 站长优化推广网站好帮手
帐号: 密码: 注册会员
模糊 标题

钩子(HOOK)函数教程(十三)

时间:2010-04-21 Tag: HOOK 钩子 教程 点击:统计中..

方法8  : GetMsgProc Function

智动软件

The GetMsgProc function is an application-defined or library-defined callback function used with the SetWindowsHookEx function. The system calls this function whenever the GetMessage or PeekMessage function has retrieved a message from an application message queue. Before returning the retrieved message to the caller, the system passes the message to the hook procedure.

智动软件

GetMsgProc是和SetWindowsHookEx方法一起使用的、程序定义的或者库定义的回调函数。无论什么时候,当GetMessage 或者 PeekMessage方法接收到来自应用程序消息队列的消息时,系统都会调用该方法。在将收到的消息返回给调用者之前,系统将消息传递给钩子子程。

www.zdwork.cn

The HOOKPROC type defines a pointer to this callback function. GetMsgProc is a placeholder for the application-defined or library-defined function name. HOOKPROC类型定义了指向该回调函数的指针。GetMsgProc是程序定义的或者库定义的方法名字。

www.zdwork.cn

Syntax 语法

zdwork.cn

LRESULT CALLBACK GetMsgProc(      
    int code,
智动软件

    WPARAM wParam,

内容来自zdwork.cn

    LPARAM lParam

本文来自智动软件zdwork.cn

);

智动软件

Parameters 参数

本文来自智动软件zdwork.cn

code   [in] Specifies whether the hook procedure must process the message. If code is HC_ACTION, the hook procedure must process the message. If code is less than zero, the hook procedure must pass the message to the CallNextHookEx function without further processing and should return the value returned by CallNextHookEx.

copyright 智动软件

指定钩子子程是否必须处理消息。如果nCodeHC_ACTION,钩子子程就必须处理该消息。如果nCode小于0,钩子子程就必须将该消息传递给CallNextHookEx方法,自己对消息不做进一步处理,并且应该返回由CallNextHookEx方法返回的返回值。 zdwork.cn

wParam  [in] Specifies whether the message has been removed from the queue. This parameter can be one of the following values. 指定消息是否已经被从队列中移除了。该参数可以是下列值中的一个: 本文来自智动软件zdwork.cn

1PM_NOREMOVE Specifies that the message has not been removed from the queue. (An application called the function, specifying the PM_NOREMOVE flag.)

www.zdwork.cn

指定消息尚未从队列中移出。(应用程序在调用该方法的同时指定PM_NOREMOVE标志)

zdwork.cn

2PM_REMOVE Specifies that the message has been removed from the queue. (An application called GetMessage, or it called the PeekMessage function, specifying the PM_REMOVE flag.) 指定消息已经被从队列中移除了。(程序调用GetMessage 或者PeekMessage方法的同时指定PM_REMOVE标志)

copyright 智动软件

lParam [in] Pointer to an MSG structure that contains details about the message. 指向MSG结构的指针,结构中包含和消息相关的细节。

copyright 智动软件

Return Value 返回值 内容来自zdwork.cn

If code is less than zero, the hook procedure must return the value returned by CallNextHookEx. If code is greater than or equal to zero, it is highly recommended that you call CallNextHookEx and return the value it returns; otherwise, other applications that have installed WH_GETMESSAGE hooks will not receive hook notifications and may behave incorrectly as a result. If the hook procedure does not call CallNextHookEx, the return value should be zero.

copyright 智动软件

如果参数code小于0,钩子子程必须返回由CallNextHookEx返回的返回值。

内容来自zdwork.cn

如果参数code大于等于0,强烈要求调用CallNextHookEx方法,并返回由该方法返回的返回值;否则,其他已经安装了WH_GETMESSAGE钩子的程序将收不到钩子通知,可能导致行为的错误。如果钩子子程没有调用CallNextHookEx方法,返回值应该是0 zdwork.cn

Remarks 备注 内容来自zdwork.cn

The GetMsgProc hook procedure can examine or modify the message. After the hook procedure returns control to the system, the GetMessage or PeekMessage function returns the message, along with any modifications, to the application that originally called it.

www.zdwork.cn

GetMsgProc钩子子程能够检查或者修改消息。在钩子子程将控制权交还给系统之后,GetMessage 或者PeekMessage方法将该消息以及任何修改都一起返回给最初调用它的应用程序。

copyright 智动软件

An application installs this hook procedure by specifying the WH_GETMESSAGE hook type and a pointer to the hook procedure in a call to the SetWindowsHookEx function.

内容来自zdwork.cn

应用程序通过下面方式安装该钩子子程:指定WH_ GETMESSAGE钩子类型;指定在调用SetWindowsHookEx方法的函数中指向钩子子程的指针。 copyright 智动软件

Helios 2007-4-12

zdwork.cn

 

 

zdwork.cn

(责任编辑:admin)
顶一下
(0)
0%
踩一下
(0)
0%

推荐内容

热门内容

相关内容


关于我们 | 联系我们 | 代理合作 | 意见及建议

本站免费提供刷IP软件,另有邮件搜索软件等,需要定制软件或有建议可联系我们。联系方式:QQ:896186342 Email:zdwork@qq.com 滇ICP备08001410号.