Name

getpgrp, getpgid
- get process group

Synopsis

  #include <unistd.h>
  pid_t getpgrp (void);
  pid_t getpgid (pid_t pid);

Return values

These functions always return 0.

Detailed description

getpgrp and getpgid are functions belonging to set of APIs which are only build supported and not available functionally. The reason why only build support is extended to these APIs is, symbian operating system does not support creation of multiple users and groups in its environment. More over it may not make sense to have multiple users and groups in the context of a mobile environment.


Errors

No error values are set.

See also


Feedback

For additional information or queries on this page send feedback

© 2008 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user.

Top