Hi all,

I am working with an external application (not my application)

This application posts a user defined message to perform a task. I have captured the message with help of spy++.

It contains some value in its lparam parameter which remains same during the application life ie. on restarting the application the lparam of the message changes.

If I try to send the same message (with the same value of LPARAM) to that application, it performs the same task.

Now the question is
how to find out that where this LPARAM parameter of the message is pointing to?

Thanx for any kind of help...