Module |
The ModuleEntry32 type exposes the following members.
Name | Description | |
---|---|---|
GlobalCountUsage | The load count of the module, which is not generally meaningful, and usually equal to 0xFFFF. | |
ModuleBaseAddr | The base address of the module in the context of the owning process. | |
ModuleBaseSize | The size of the module, in bytes. | |
ModuleHandle | A handle to the module in the context of the owning process. | |
ModuleId | This member is no longer used, and is always set to one. | |
ModuleName | The module name. | |
ModulePath | The module path. | |
ProcessCountUsage | The load count of the module (same as GlblcntUsage), which is not generally meaningful, and usually equal to 0xFFFF. | |
ProcessId | The identifier of the process whose modules are to be examined. | |
Size | The size of the structure, in bytes. Before calling the function, set this member to sizeof(). If you do not initialize Size, fails. |