VC中&字符是啥意思? ( 积分: 50 )

W

ww990

Unregistered / Unconfirmed
GUEST, unregistred user!

DWORD typ = 0;
status = sethook(&typ);
如何转成ddelphi
 
想当于取地址
var typ:dword=0;
statue:=sethook(@typ);
应该要加@,忘了,唉
 
var typ:dword=0;
statue:=sethook(@typ);
 
接受答案了.
 
顶部