|
|
|
|
|
|
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| imagehlp.lib
| Header File
| imagehlp.h
| Unicode
| No
| Platform Notes
| Windows 95: IMAGEHLP is available as a redistributable.
|
|
|
ImageNtHeader
The ImageNtHeader function locates the IMAGE_NT_HEADERS structure in a Win32 image and returns
a pointer to the data.
PIMAGE_NT_HEADERS ImageNtHeader(
Parameters
ImageBase
The base address of an image that is mapped into memory by a call to the MapViewOfFile function.
Return Values
If the function succeeds, the return value is a pointer to an IMAGE_NT_HEADERS
structure.
If the function fails, then the return value is NULL. To retrieve extended
error information, call GetLastError.
Remarks
The ImageNtHeader function locates the IMAGE_NT_HEADERS structure in a Win32 image and returns
a pointer to the data.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|