$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2005-11-01 14:39:04
"joel reed" wrote:
> Given a process, I'd like to be able to query the parent process. Posix
> has
> such a notion, but win32 doesn't.
>
Toolhelp functions CreateToolhelp32Snapshot(), then
Process32First()/Process32Next(), examine item
th32ParentProcessID.
/Pavel