N
Neil Stevens
Hi All,
I am in the process of creating a message filter for an application that i
am writing, this is really just a question for information on the LParam
value of the PreFilterMessage method.
Now, i know that this parameters value depends on the message, but is there
any information anywhere that details what the structure of the LParam
parameter is for each message. I know that the WM_CREATE messages LParam
value is a CREATESTRUCT structure, but i don't know any others.
I would ideally like to know the structure of the LParam value for key
messages and mouse messages as these are what i will be globally handling in
my application.
Any help or information will be greatly appreciated.
Thanks in advance
Neil
I am in the process of creating a message filter for an application that i
am writing, this is really just a question for information on the LParam
value of the PreFilterMessage method.
Now, i know that this parameters value depends on the message, but is there
any information anywhere that details what the structure of the LParam
parameter is for each message. I know that the WM_CREATE messages LParam
value is a CREATESTRUCT structure, but i don't know any others.
I would ideally like to know the structure of the LParam value for key
messages and mouse messages as these are what i will be globally handling in
my application.
Any help or information will be greatly appreciated.
Thanks in advance
Neil