JCL Help:PeImportedLibrariesArray

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns a list of all libraries an image imports.


Parameters

Parameters Description
FileName Filename of the image for which to retrieve an import list.
LibrariesList Receives the list of imported libraries.
Recursive If False the function only includes direct imports. If True the function includes indirect imports as well (library A imports library B which in turn imports library C and therefore library A indirectly imports library C).
FullPathName Determines whether the list of libraries includes the full path of the image files.


Return Value

If the function succeeds it returns True, otherwise it returns False. In the latter case the contents of the list is undefined.


Description

PeImportedLibrariesArray returns a list of all libraries which the specified image imports (implicitly links against). Note that the list only includes direct imports. If Lib1 imports Lib2 and Lib2 imports Lib3 then Lib3 will not be included in the listing for Lib1.


About

Donator

Petr Vones


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