When spawnX() starts a process in asynchronous mode it returns the handle of the new process. Somne functions dealing with processes e.g. GetWindowsThreadProcessID() return the processes ID. What's the relationship between handle and id? Is there a function for transformation?

Thanks in advance for your reply!