Child Processes

A child process is a process that is created by another process, called the parent process.

This section discusses the following topics:

·Creating Processes

·Setting Window Properties Using STARTUPINFO

·Process Handles and Identifiers

·Obtaining Additional Process Information

·Inheritance

·Environment Variables

·Terminating a Process

·Process Times