Platform SDK: Debugging and Error Handling |
The ImagehlpApiVersion function retrieves the information about the version of the library installed on the system.
LPAPI_VERSION ImagehlpApiVersion(VOID);
This function has no parameters.
The return value is a pointer to an API_VERSION structure.
Use the information in the API_VERSION structure to determine whether the version of the library installed on the system is compatible with the version of the library used by the application. Although the library functions are backward compatible, functions introduced in one version are obviously not available in earlier versions.
Windows NT/2000: Requires Windows NT 4.0 or later.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in Dbghelp.h.
Library: Use Dbghelp.lib.
Debug Help Library Overview, DbgHelp Functions, API_VERSION, ImagehlpApiVersionEx