// aux_klib.h
typedef struct _AUX_MODULE_BASIC_INFO {
PVOID ImageBase;
} AUX_MODULE_BASIC_INFO, *PAUX_MODULE_BASIC_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The AUX_MODULE_BASIC_INFO structure contains basic information about a loaded image module.
ImageBaseA pointer to the base of the loaded image.
The AUX_MODULE_BASIC_INFO structure is used as input to the AuxKlibQueryModuleInformation routine.