This directory shows how to launch a separate application
from within an application (similar to the START command
in the MS-DOS prompt), and also shows how a child process
can inherit handles from a parent process.

PROC1.CPP
  This code launches a second process.

PARENT.CPP
  This code demonstrates the parent side of handle inheritance.

CHILD.CPP
  This code demonstrates the child side of handle inheritance.
