MSDN says PostThreadMessage takes the thread ID as a parameter.  >From reading the doc I see that handle and ID are different and that both should be returned when creating a new thread with CreateThread.  I am creating a new thread with the threading module and do not see a way to get the ID back.  I searched the source to see if CreateThread is being called and didn't find anything.  Does anyone know how to get a thread's ID if the thread was created with threading.Thread?
 
Thanks.
Justin
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to