Unix to Windows Porting Dictionary for HPC

Links

Function List

getpgrp


Unix

header file: unistd.h

pid_t getpgrp(void);

Windows

N/A

Purpose

getpgrp() returns the process group ID.

Discussion

There is no similar function to getpgrp() in Windows, as process groups do not exist in Windows as they do in Unix.

blog comments powered by Disqus