|
|
|
|
|
|
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| imagehlp.lib
| Header File
| imagehlp.h
| Unicode
| No
| Platform Notes
| Windows 95: IMAGEHLP is available as a redistributable.
|
|
|
SymEnumerateModules
The
SymEnumerateModules function enumerates all modules that have been loaded for the process.
BOOL SymEnumerateModules(
IN HANDLE hProcess,
|
|
IN PSYM_ENUMMODULES_CALLBACK EnumModulesCallback,
|
|
IN PVOID UserContext
|
|
);
|
|
Parameters
hProcess
The process handle that was originally passed to
SymInitialize.
EnumModulesCallback
A pointer to a callback function. This function is called once per module.
UserContext
A user-defined value or NULL. This value is simply passed through to the
callback function. Normally, this parameter is used by an application to pass a
pointer to a data structure that lets the callback function establish some type of
context.
Return Values
If the function succeeds, the return value is TRUE.
If the function fails, then the return value is FALSE. To retrieve extended
error information, call
GetLastError.
Remarks
The
SymEnumerateModules function enumerates all modules that have been loaded for the process, even
if the symbols are deferred. The
EnumModulesCallback function is called once for each module and is passed the module information.
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database