Provides information about processes running on the system.
AHeapBlocks | Stores information about the blocks of a heap that has been allocated by a process into an array. |
AProcesses | Stores information about the processes currently running on the system into an array. |
AProcessHeaps | Stores information about the heaps of a process into an array. |
AProcessModules | Stores information about the modules (DLL's) loaded by a process into an array. |
AProcessThreads | Stores information about threads of a process into an array. |