AUX_MODULE_BASIC_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-aux_klib-_aux_module_basic_info)

_AUX_MODULE_BASIC_INFO structure

Description

The AUX_MODULE_BASIC_INFO structure contains basic information about a loaded image module.

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.

See also

AuxKlibQueryModuleInformation