Provides information about processes running on the system.

AHeapBlocksStores information about the blocks of a heap that has been allocated by a process into an array.
AProcessesStores information about the processes currently running on the system into an array.
AProcessHeapsStores information about the heaps of a process into an array.
AProcessModulesStores information about the modules (DLL's) loaded by a process into an array.
AProcessThreadsStores information about threads of a process into an array.