(SST) ShlWAPIFunctionInfo Version 1.0

Developer Reference
Property TSSTDllVerInfo.ResourceComments
Specifies the string assigned to the standardized, predefined, Comments, resource string-name in the version information resources of the executable specified by property DllFileName.
Scope
Public (i.e. this property can be referenced from any code, including that in other units, with access to the TSSTDllVerInfo object of interest).
Syntax
Property ResourceComments : STRING READ RetResourceComments;
Values
This property is an ANSI representation of the of the Unicode, resource string assigned to the predefined Comments, resource string-name.
Remarks
This property is a read-only property.
Read this property to retrieve any additional information the publisher of the file, specified in DllFileName, considered relevant.
The string is retrieved from the in-memory copy of the version information resources, (previously) extracted by RetResourceVersionInfo from the file specified by DllFileName.
The Unicode to ANSI conversion is performed by the invoked Winodws API function(s).
Example
For an example on how to implement code that uses this property, please refer to TSSTDllVerInfo Class page or function/method TForm1.LogDllVersionInfo in the source code of the main window unit of the ShlWAPIFunctionInfo project.
Requirements
Unit (Declared and implemented in) SSTNewUnit.pas
Library SSTNewUnit.dcu/SSTNewUnit.obj
Unicode Implemented as ANSI version only.
See Also
TSSTDllVerInfo, DllFileName, RetResourceComments, ResourceVersionInfo, LastError, Source Code.
 
Windows APIs: VERSIONINFO Resource, VerQueryValue, GetLastError.

Document/Contents version 1.00
Page/URI last updated on April 28, 2022
 
Copyright © Stoelzel Software Technologie (SST) 2010 - 2017
Suggestions and comments mail to:
webmaster@stoelzelsoftwaretech.com