win32process.beginthreadex
PyHANDLE, int = beginthreadex(sa, stackSize , entryPoint , args , flags )
Creates a new thread
Parameters
Return Value
The result is a tuple of the thread handle and thread ID.
PyHANDLE, int = beginthreadex(sa, stackSize , entryPoint , args , flags )
Creates a new thread