Sys2LocateDLL: Difference between revisions
Appearance
m Ak120 moved page OS2 API:RXUTILEX:Sys2LocateDLL to RxUtilEx - Sys2LocateDLL |
m Ak120 moved page RxUtilEx - Sys2LocateDLL to Sys2LocateDLL |
(No difference)
|
Revision as of 06:09, 3 May 2020
Searches for a DLL by name and returns its fully-qualified path.
If a DLL with the given name is currently loaded, that instance of the DLL will be returned. Otherwise, standard DLL loading rules (according to the current LIBPATH and/or extended LIBPATH configuration) are used to search for a DLL whose module name matches the one specified.
Arguments
- REXX ARGUMENTS
- 1. The name of the DLL to search for. (REQUIRED)
Return Values
- REXX RETURN VALUE
- The fully-qualified path of the DLL, if found; "" otherwise.