AUX_MODULE_EXTENDED_INFO structure (aux_klib.h)
The AUX_MODULE_EXTENDED_INFO structure contains extended information about a loaded image module.
Syntax
typedef struct _AUX_MODULE_EXTENDED_INFO {
AUX_MODULE_BASIC_INFO BasicInfo;
ULONG ImageSize;
USHORT FileNameOffset;
UCHAR FullPathName[AUX_KLIB_MODULE_PATH_LEN];
} AUX_MODULE_EXTENDED_INFO, *PAUX_MODULE_EXTENDED_INFO;
Members
BasicInfo
An AUX_MODULE_BASIC_INFO structure.
ImageSize
The size, in bytes, of the loaded image.
FileNameOffset
The offset, in bytes, from the beginning of the full path name to the file name of the module's image file.
FullPathName[AUX_KLIB_MODULE_PATH_LEN]
The full path name of the module's image file.
Remarks
The AUX_MODULE_EXTENDED_INFO structure is used as input to the AuxKlibQueryModuleInformation routine.
Requirements
Requirement | Value |
---|---|
Header | aux_klib.h (include Aux_klib.h) |