Module windows
Modules§
Structs§
- This structure exposes Windows-specific host information.
- This structure exposes a user-friendly interface over a
LDR_DATA_TABLE_ENTRY, the structure used by the Windows loader to describe a module loaded in the current process. - This structure represents a Windows-specific module
- This structure exposes a user-friendly interface over the Process Environment Block (PEB) of the current process.
- This structure exposes Windows-specific API for the current process.
- Represents a Windows version number
Functions§
- Load the module (DLL) with the given
nameinto the current process and wrap the resulting handle in aModule. - Try to get the
Modulewith the given name.