JCL Help:VersionFixedFileInfo

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieves the root block of version information resource from the specified file.


Pascal

 function VersionFixedFileInfo(const FileName: string; var FixedInfo: TVSFixedFileInfo): Boolean;


Parameters

Parameters Description
const FileName: string The fully qualified file name, the version information resource of which should be retrieved.
var FixedInfo: TVSFixedFileInfo Output parameter. Contains the root block of version information resource if function succeedes.


Return Value

Function returns True if version information resources was retrieved successfully, False otherwise.


Description

The VersionFixedFileInfo function retrieves the root block of version information resource from the file specified by the FileName parameter.


See Also

VersionResourceAvailable TJclFileVersionInfo


About

Unit

JclFileUtils


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page