I wrote a MFC multithread application. the problem is that a working thread need to get a variable parameter from another working thread. How to achieve this?

Thanks.