my patch replace the system keyboard, I use sysgettrapaddress to
get the system keyboard function pointer first, I want to save it in
database so that I can recover it later.
void (*oldKeyboardPtr)(KeyboardType);
oldKeyboardPtr=SysGetTrapAddress(0xA2E2);
how to save the oldKeyboardPtr?
E r i c ���_
Electrical and Electronic Engineering
The Hong Kong University of Science and Technology
URL: http://home.ust.hk/~ee_slm
- Re: how to save a function pointer? Eric
- Re: how to save a function pointer? Daniel McCarty
- Re: how to save a function pointer? Bobby Kolev
- Re: how to save a function pointer? Eric
- Re: how to save a function pointer? Bobby Kolev
