The Möbius Operating System: module_info_t struct Reference
HOME DOWNLOAD DOCUMENTATION SCREENSHOTS  

module_info_t Struct Reference
[Processes]

User-mode module information structure. More...

#include <defs.h>

List of all members.

Public Attributes

module_info_tprev
module_info_tnext
wchar_t name [256]
addr_t base
size_t length


Detailed Description

User-mode module information structure.

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.


Member Data Documentation

addr_t module_info_t::base
 

Address of the module's image

size_t module_info_t::length
 

Length of the module's image in memory

wchar_t module_info_t::name[256]
 

Full file name of the module

module_info_t* module_info_t::next
 

Pointer to the next module in the process's list

module_info_t* module_info_t::prev
 

Pointer to the previous module in the process's list


The documentation for this struct was generated from the following file:
Post a comment

From: