A simple example of how to use job objects in Windows (C++)
Demonstrates how to create a job objects that manages the life time of processes, and child processes, inside it. Also shows how to enumerate all processes in a job and to wait for them all to complete. As a small bonus this code also shows how to create a security object.
- Demonstrate how to wait for all processes to complete