ImageDirectoryEntryToDataEx(3w)
NAME
ImageDirectoryEntryToDataEx (DBGHELP.@)
SYNOPSIS
PVOID ImageDirectoryEntryToDataEx ( PVOID base, BOOLEAN image, USHORT dir, PULONG size, PIMAGE_SECTION_HEADER* section )
DESCRIPTION
Search for specified directory in PE image.
PARAMS
base [In] Image base address.
image [In] TRUE - image has been loaded by loader, FALSE - raw file
image.
dir [In] Target directory index.
size [Out] Receives directory size.
section [Out] Receives pointer to section header of section containing
directory data.
RETURNS
Success: pointer to directory data
Failure: NULL
IMPLEMENTATION
Defined in "dbghelp.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/dbghelp/pe_module.c".
- Debug channel "dbghelp".