1

C++(或 STL)中是否有用于获取父进程 ID 的 API?如果不是,那么这样做的可移植代码是什么?我知道诸如 getppid 之类的 linux api 可以在 unix 平台上完成这项工作,但在 windows 上有什么等价的呢?

谢谢!

4

1 回答 1

6

以下链接将为您提供帮助

http://www.codeproject.com/Articles/9893/Get-Parent-Process-PID

https://gist.github.com/253013/d47b90159cf8ffa4d92448614b748aa1d235ebe4

于 2013-08-23T12:58:46.850 回答