Child Processes
Each process provides the resources needed to execute a program. A child process is a process that is created by another process, called the parent process.
For more information, see the following topics:
- Creating Processes
- Setting Window Properties Using STARTUPINFO
- Process Handles and Identifiers
- Process Enumeration
- Obtaining Additional Process Information
- Inheritance
- Environment Variables
- Terminating a Process
- Process Working Set
- Process Security and Access Rights