ReactOS 0.4.15-dev-7846-g8ba6c66
_AUX_MODULE_EXTENDED_INFO Struct Reference

#include <aux_klib.h>

Collaboration diagram for _AUX_MODULE_EXTENDED_INFO:

Public Attributes

AUX_MODULE_BASIC_INFO BasicInfo
 
ULONG ImageSize
 
USHORT FileNameOffset
 
CHAR FullPathName [AUX_KLIB_MODULE_PATH_LEN]
 

Detailed Description

Definition at line 37 of file aux_klib.h.

Member Data Documentation

◆ BasicInfo

AUX_MODULE_BASIC_INFO _AUX_MODULE_EXTENDED_INFO::BasicInfo

Definition at line 38 of file aux_klib.h.

Referenced by AuxKlibQueryModuleInformation().

◆ FileNameOffset

USHORT _AUX_MODULE_EXTENDED_INFO::FileNameOffset

Definition at line 40 of file aux_klib.h.

Referenced by AuxKlibQueryModuleInformation().

◆ FullPathName

CHAR _AUX_MODULE_EXTENDED_INFO::FullPathName[AUX_KLIB_MODULE_PATH_LEN]

Definition at line 41 of file aux_klib.h.

Referenced by ExpConvertLdrModuleToRtlModule().

◆ ImageSize

ULONG _AUX_MODULE_EXTENDED_INFO::ImageSize

Definition at line 39 of file aux_klib.h.

Referenced by AuxKlibQueryModuleInformation(), and ExpConvertLdrModuleToRtlModule().


The documentation for this struct was generated from the following file: