深入浅出HOOKS(之陆)[4]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 jaccorporation 的 blog

                case idm_callwndproc:

                case idm_cbt:

                case idm_debug:

                case idm_getmessage:

                case idm_keyboard:

                case idm_mouse:

                case idm_msgfilter:

 

                    // use the menu-item identifier as an index

                    // into the array of structures with hook data.

 

                    index = loword(wparam);

 

                    // if the selected type of hook procedure isn't

                    // installed yet, install it and check the

                    // associated menu item.

 

                    if (!afhooks[index])

                    {

本文关键:hooks
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top