No navigation frame on the left?  Click here.

Processes

 

This corner collects process-management-related stuff. Thus, you will find the samples for TerminateProcess() (with a twist) and InitiateSystemShutdown here. Some more items that might have fit in here are sorted into other categories and only linked to from here; that goes, for instance, for a few samples which need security APIs to work.

The samples:

bulletfkill.cpp, 2 KB, shows how to terminate any process
bulletrb.c, 5 KB, demonstrates InitiateSystemShutdown()
bulletremthread.cpp, uses  CreateRemoteThread() to retrieve another process' command line

Other relevant samples on this site:

bulletis_svc.txt, determines whether the current process is a service
bulletlu_cpau_gui.cpp, launches a GUI app under another account