Discover how to:
- Architect and implement your applications for both 32-bit and 64-bit Windows
- Create and manipulate processes and jobs
- Schedule, manage, synchronize and destroy threads
- Perform asynchronous and synchronous device I/O operations with the I/O completion port
- Allocate memory using various techniques including virtual memory, memory-mapped files, and heaps
- Manipulate the default committed physical storage of thread stacks
- Build DLLs for delay-loading, API hooking, and process injection
- Using structured exception handling, Windows Error Recovery, and Application Restart services