Platform SDK: Debugging and Error Handling

ImagehlpApiVersion

The ImagehlpApiVersion function retrieves the information about the version of the library installed on the system.

LPAPI_VERSION ImagehlpApiVersion(VOID);

Parameters

This function has no parameters.

Return Values

The return value is a pointer to an API_VERSION structure.

Remarks

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.

Requirements

  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.

See Also

Debug Help Library Overview, DbgHelp Functions, API_VERSION, ImagehlpApiVersionEx