Windows Driver Kit: Kernel-Mode Driver Architecture
AuxKlibGetImageExportDirectory

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

PIMAGE_EXPORT_DIRECTORY
  AuxKlibGetImageExportDirectory(
    IN PVOID  ImageBase
    );

Parameters

ImageBase
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).

Comments

Drivers must call AuxKlibInitialize before calling AuxKlibGetImageExportDirectory.

Requirements

Headers: Declared in Aux_klib.h. Include Aux_klib.h.

See Also

AuxKlibQueryModuleInformation


Send feedback on this topic
Built on November 19, 2009
Page view tracker