RAD Studio
ContentsIndex
PreviousUpNext
P_xxxx #defines

Header File 

process.h 

Description 

Modes used by the spawn... functions.

Constant  
Meaning 
P_WAIT  
Child runs separately, parent waits until exit  
P_DETACH  
Child and parent run concurrently with child process in background mode 
P_NOWAIT  
Child and parent run concurrently (Not implemented)  
P_NOWAITO  
Child and parent run concurrently, but the child process is not saved 
P_OVERLAY  
Child replaces parent so that parent no longer exists  
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!