Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk