HrGetFileVersionInfo

The HrGetFileVersionInfo function retrieves the version information on a file.

Quick Info

Header file: STATS.H
Library: STATS.LIB

HRESULT HrGetFileVersionInfo(
  LPSTR lpszFileName,  
  LPVOID * lppVersionInfo  
);
 

Parameters

lpszFileName
Input parameter. Points to the name of the file.
lppVersionInfo
Output parameter. Points to a pointer to the file version information.

Return Values

See Return Values.

Remarks

For more information on the HrGetFileVersionInfo function, see Installing an Admin-Extension Object.

See Also

HrAdminExtensionExists, HrGetAdminExtensionVersion