JCL Help:PeResourceKindNames@TFileName@TJclPeResourceKind@TStrings

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Obtains the names of the resources of a certain type located in a PE image.

Pascal

 function PeResourceKindNames(const FileName: TFileName; ResourceType: TJclPeResourceKind; const NamesList: TStrings): Boolean;

Return Value

Returns True if the function is successful, otherwise False.

Description

Returns in *NameList* the names of the resources that are of the *ResourceType* type from the given *FileName* PE image.


About

Unit

JclPeImage


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