AuxKlibGetImageExportDirectory - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// aux_klib.h

PIMAGE_EXPORT_DIRECTORY AuxKlibGetImageExportDirectory(
  [in] PVOID ImageBase
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-aux_klib-auxklibgetimageexportdirectory)

AuxKlibGetImageExportDirectory function

Description

The AuxKlibGetImageExportDirectory routine returns an image module's export directory.

Parameters

ImageBase [in]

A pointer to the base of an image, which is obtained by calling AuxKlibQueryModuleInformation.

Return value

AuxKlibGetImageExportDirectory returns a pointer to an IMAGE_EXPORT_DIRECTORY structure. This structure is defined in Ntimage.h, which is included in the Microsoft Windows Driver Kit (WDK).

Remarks

Drivers must call AuxKlibInitialize before calling AuxKlibGetImageExportDirectory.

See also

AuxKlibQueryModuleInformation