How to Change Lparam before calling CallNextHookEx()?
- From: nash <nash.2kyydt@xxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 25 Jan 2007 04:22:31 -0600
Hi All,
I am working on Message Hooking.I am trying to change the value of
lParam before calling CallNextHookEx() function.. and its value is
getting changed but the contents remains same.. Where as if I am able to
change wParam. For Eg: if I press any key 'S' and if I want to modify it
to 'B' by using wParam its possible.. Can u now please help me in
modifying this 'S' to 'B' using lParam?
Regards,
~Nash
--
nash
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------
.
- Follow-Ups:
- Re: How to Change Lparam before calling CallNextHookEx()?
- From: Bruno van Dooren [MVP VC++]
- Re: How to Change Lparam before calling CallNextHookEx()?
- Prev by Date: INTERNAL COMPILER ERROR
- Next by Date: Re: INTERNAL COMPILER ERROR
- Previous by thread: INTERNAL COMPILER ERROR
- Next by thread: Re: How to Change Lparam before calling CallNextHookEx()?
- Index(es):
Relevant Pages
|
Loading