Re: start_process

2003-02-03 Thread Eric Pouech
I need to know why “ExitThread” is called inside the start_process function i.e. which thread we are exiting in this case? the first thread of the process the call is ExitThread(entry(NULL)) which means: 1/ call entry with NULL as parameter = entry is the entry point of the process just loaded 2

start_process

2003-02-02 Thread Auge Mike
Hi all, Really I need your help to be able to understand how the WINE works internally, so please try to answer my Qs, even if they look easy for you? I need to know why “ExitThread” is called inside the start_process function i.e. which thread we are exiting in this case? Another thing