function testmessage(code:integer;wparam:integer;msg:longint):longint;stdcall;
  begin
  if(code=WH_ACTION) then
  if pmsg(msg)^.message=WM_testmessage then//pmsg(msg)^.message这我不明白,希望大虾们详细解释下,谢谢~
  begin
  showmessage('已获得');  end;
  result:=callnexthookex(hookhandle,code,wparam,longint(@msg)//请问@msg的意思是什么?
  end;长期发问没分了,希望大家不要介意