win32process.CreateRemoteThread
PyHANDLE, int = CreateRemoteThread(hprocess, sa , stackSize , entryPoint , Parameter , flags )
creates a thread that runs in the virtual address space of another process.
Parameters
Return Value
The result is a tuple of the thread handle and thread ID.