ImagehlpApiVersion

The ImagehlpApiVersion function retrieves the information about the version of ImageHlp 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 if the version of ImageHlp installed on the system is compatible with the version of ImageHlp used by the application. Although the ImageHlp functions are backwards compatible, functions that are introduced in one version are obviously not available in earlier versions.

QuickInfo

  Windows NT: Requires version 4.0 or later.
  Windows: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Windows CE: Unsupported.
  Header: Declared in imagehlp.h.
  Import Library: Use imagehlp.lib.

See Also

PE Image Helper (ImageHlp) Overview, ImageHlp General Functions, API_VERSION, ImagehlpApiVersionEx