Subj : Re: regarding threads in VC++, for a beginnner To : comp.os.ms-windows.programmer.win32,comp.programming.threads From : Ian T Date : Tue Jan 25 2005 08:51 pm Scott McPhillips [MVP] wrote: > > If "space" means memory space: all threads in a process use the same > memory space. If this were not so the void* thread parameter would be > useless. > Actually, sorry I was so imprecise. I was under the impression that each thread has a stack and a "time slice". Does the member function use the thread's stack and run in it's "time slice"? Thanks for you previous answer about passing void * in lparam. Ian .