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.
The AUX_MODULE_BASIC_INFO structure contains basic information about a loaded image module.
Syntax
typedef struct _AUX_MODULE_BASIC_INFO {
PVOID ImageBase;
} AUX_MODULE_BASIC_INFO, *PAUX_MODULE_BASIC_INFO;
Members
ImageBase
A pointer to the base of the loaded image.
Remarks
The AUX_MODULE_BASIC_INFO structure is used as input to the AuxKlibQueryModuleInformation routine.
Requirements
Requirement | Value |
---|---|
Header | aux_klib.h (include Aux_klib.h) |