[Wine] CreateProcess for Unix binaries

yves.surrel wineforum-user at winehq.org
Wed Dec 17 03:25:38 CST 2008


The CreateProcess function sets a lpProcessInformation field. This field is set when a Windows process is called, but erased when a Unix binary (e.g. /bin/sleep 2) is called, so the hprocess handle is unknown. Is there a way to obtain this process handle so that GetExitCodeProcess can be called? I basically want to know when the called process has exited.

Thanks







More information about the wine-users mailing list