Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1003 Bytes

wait-child-wait-grandchild.md

File metadata and controls

29 lines (22 loc) · 1003 Bytes
descriptiontitlems.datef1_keywordshelpviewer_keywordsms.assetid
Learn more about: _WAIT_CHILD, _WAIT_GRANDCHILD
_WAIT_CHILD, _WAIT_GRANDCHILD
11/04/2016
PROCESS/_WAIT_CHILD
PROCESS/_WAIT_GRANDCHILD
_WAIT_CHILD
_WAIT_GRANDCHILD
WAIT_CHILD constant
WAIT_GRANDCHILD constant
_WAIT_CHILD constant
_WAIT_GRANDCHILD constant
7acd96fa-d118-4339-bb00-e5afaf286945

_WAIT_CHILD, _WAIT_GRANDCHILD

Syntax

#include<process.h>

Remarks

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:

ConstantMeaning
_WAIT_CHILDCalling process waits until specified new process terminates.
_WAIT_GRANDCHILDCalling process waits until specified new process, and all processes created by that new process, terminate.

See also

_cwait
Global constants

close