Stores information about the modules (DLL's) loaded by a process into an array.
AProcessModules(cArrayName, nProcessID)
Parameters
- cArrayName
On return the array contains the following information from the MODULEENTRY32 structure. Column Content Datatype 1 Module C 2 Executable path C 3 Module handle N 4 Base Size N 5 Base Address N
- nProcessID
The process ID of the process for which to enumerate the loaded modules.
Return Value
The number of modules.
See Also
Reference
AHeapBlocks
AProcesses
AProcessHeaps
AProcessThreads