Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Reference
 AuxKlibGetImageExportDirectory

  Switch on low bandwidth view
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 an image module's base address, 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 May 20, 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker