Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains basic module information.
Syntax
typedef struct _AUX_MODULE_BASIC_INFO {
PVOID ImageBase;
} AUX_MODULE_BASIC_INFO, *PAUX_MODULE_BASIC_INFO;
Members
-
ImageBase
-
The base address of the module within the kernel's address space.
Remarks
The object library that implements this API can be downloaded from here.
Requirements
Requirement | Value |
---|---|
Redistributable |
Windows Auxiliary API library version 1.0 or later |
Header |
|
See also