As we know, the content of LPARAM depends on the message. I wonder if there is any document to explain LPARAM for every(well almost every) message? Thanks.
Printable View
As we know, the content of LPARAM depends on the message. I wonder if there is any document to explain LPARAM for every(well almost every) message? Thanks.
You can simply google the message or you can use http://msdn.microsoft.com/en-us/libr...system_defined
You can always search for the Message on MSDN and get the details of it's parameters (WPARAM and LPARAM), you dont need to go to a central place and look for your message.
Every, not almost but precisely every message article on MSDN explains WPARAM and LPARAM meaning for the particular message handling. Besides, remarks section typically gives additional details that might appear important, as well as return value section explains returned LRESULT details.Quote:
I wonder if there is any document to explain LPARAM for every(well almost every) message?
Even WM_NULL message is very well documented. :)
hi,
always search for the Message on MSDN and get the details of it's parameters (WPARAM and LPARAM), you dont need to go to a central place and look for your message.
regards,
phe9oxis,
http://www.guidebuddha.com