On 01/03/2013 16:53, Thiago Macieira wrote:
> The value reappears:
>
> void QProcessPrivate::killProcess()
> {
> if (pid)
> TerminateProcess(pid->hProcess, 0xf291);
> }
Oh it's Qt's magic number, no Windows sorcery. That explains it.
Thanks,
Joerg