KCML_Build_GetLibraryDependencies
Purpose
Obtain a list of all the dependencies of a library or program in the system
Definition
DEFSUB 'KCML_Build_GetLibraryDependencies(library$, BYREF x$()) AS Bool
Parameters
| library | The name of the library or program |
| x | This array is redimmed to the size and number of entries returned. |
Return
Returns TRUE if the library entry was found
Description
An array of dependencies is returned.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.