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

Declared in "include/dbghelp.h". gitlab.winehq.org/wine/wine/blob/master/include/dbghelp.h

Implemented in "dlls/dbghelp/pe_module.c". gitlab.winehq.org/wine/wine/blob/master/dlls/dbghelp/pe_module.c

Debug channel "dbghelp".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.