J
jbostrich
Unregistered / Unconfirmed
GUEST, unregistred user!
在钩子函数中我定义:pEvt:^EVENTMSG;<br>此语句:pEvt:=eventmsg(lParam)^;无法编译通过,<br>我查得在JournalRecordProc中lParam定义为:<br>Points to an EVENTMSG structure that contains the message to be recorded.<br>因此尝试:pEvt:=lParam;又出错误:<br>incompatible types:'Integer'and 'Pointer'<br>究竟怎样才是对的?