description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: _WAIT_CHILD, _WAIT_GRANDCHILD | _WAIT_CHILD, _WAIT_GRANDCHILD | 11/04/2016 |
|
| 7acd96fa-d118-4339-bb00-e5afaf286945 |
#include<process.h>
The _cwait
function can be used by any process to wait for any other process (if the process ID is known). The action argument can be one of the following values:
Constant | Meaning |
---|---|
_WAIT_CHILD | Calling process waits until specified new process terminates. |
_WAIT_GRANDCHILD | Calling process waits until specified new process, and all processes created by that new process, terminate. |