Stores information about threads of a process into an array.
AProcessThreads(cArrayName, nProcessID)
Parameters
- cArrayName
On return the array contains the following information from the THREADENTRY32 structure. Column Content Datatype 1 Thread ID N 2 Owner Process ID N 3 Base Priority N
- nProcessID
The process ID of the process for which to enumerate the threads.
Return Value
The number of threads.
See Also
Reference
AHeapBlocks
AProcesses
AProcessHeaps
AProcessModules