如何实时检测win98系统中运行的应用程序(100分)

  • 主题发起人 主题发起人 drank
  • 开始时间 开始时间
drank:如果你还要继续讨论请定期提前你的帖子,如果不想继续讨论请结束帖子。<br>
 
begin<br>result:=0;<br>if int=Hshell_WINDOWCREATED &nbsp;then<br>&nbsp;begin<br>&nbsp; lparam:=getwindowlong(wparam,GWL_STYLE);<br>&nbsp; postmessage(HWND_BROADCAST,registerwindowmessage('cbtcreatewndmessage'),wparam,lparam);<br>&nbsp;end<br>else<br>&nbsp;result:= callnexthookex(hookhandle,int,wparam,lparam);<br>end;<br><br>Maybe you should call callnexthookex after postmessage after Hshell_WINDOWCREATED<br>and do not modify lparam when transfer it to callnexthookex.
 
多人接受答案了。
 
不知道你Hook后,有没有把消息传递给下一个Hook,或者系统进行处理?
 
后退
顶部