Threading
-
Hi all , i m executing a ui thread and inside that thread there is a different ui thread starting and in that third ui thread starts. Now what i want to know is if i close 1st thread by using PostThreadMessage like this
PostThreadMessage(WM_QUIT,NULL,NULL);
all the other threads which are called inside that thread are closed automatically or we have to close them explicitily. thanks in advance
-
Hi all , i m executing a ui thread and inside that thread there is a different ui thread starting and in that third ui thread starts. Now what i want to know is if i close 1st thread by using PostThreadMessage like this
PostThreadMessage(WM_QUIT,NULL,NULL);
all the other threads which are called inside that thread are closed automatically or we have to close them explicitily. thanks in advance