Multithreading issue

I'm studying multithreading to broaden my programming capabilities. I've read a bit about it, and understand some of what is necessary to program a multithreaded application. But I'm wondering. What are the windows procedure for passing data from thread to thread, and is this synchronizing. Please and thanks.
There is no message passing in Windows, threads communicate thru common data. For synchronisation, see
http://msdn.microsoft.com/en-us/library/ms686364(VS.85).aspx
Topic archived. No new replies allowed.