|
|
|
|
|
|
|
|
|
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.
|
|
|
ImagehlpApiVersion
[Now Supported on Windows NT]
The ImagehlpApiVersion function returns a pointer to an API_VERSION structure.
LPAPI_VERSION ImagehlpApiVersion(VOID);
Parameters
This function has no parameters.
Return Values
The ImagehlpApiVersion function returns a pointer to an API_VERSION structure.
Remarks
Use the information from the API_VERSION structure to determine if the version
of IMAGEHLP is compatible with the version of the application. Although all
the functions in IMAGEHLP are backwards compatible, functions that are added
later will not be available in earlier versions of the DLL.
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|