| The Möbius Operating System: module_info_t struct Reference | |||||||||||||||||||||||||||||||||||||
| HOME | DOWNLOAD | DOCUMENTATION | SCREENSHOTS | ||||||||||||||||||||||||||||||||||
|
Main Page | Modules | Class Hierarchy | Compound List | File List | Compound Members | Related Pages
module_info_t Struct ReferenceUser-mode module information structure.
More...
|
|||||||||||||||||||||||||||||||||||||
Public Attributes | |
| module_info_t * | prev |
| module_info_t * | next |
| wchar_t | name [256] |
| addr_t | base |
| size_t | length |
The kernel allocates one of these for each module (EXE or DLL) it loads into a process. The process_info_t structure keeps a list of these.
|
|
Address of the module's image |
|
|
Length of the module's image in memory |
|
|
Full file name of the module |
|
|
Pointer to the next module in the process's list |
|
|
Pointer to the previous module in the process's list |