"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