Sys2LocateDLL: Difference between revisions
Appearance
m Ak120 moved page RxUtilEx - Sys2LocateDLL to Sys2LocateDLL |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Searches for a DLL by name and returns its fully-qualified path. | 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. | 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== | ==Arguments== | ||
# The name of the DLL to search for. (REQUIRED) | |||
==Return | ==Return Value== | ||
The fully-qualified path of the DLL, if found; "" otherwise. | |||
[[Category:RxUtilEx]] | [[Category:RxUtilEx]] |
Latest revision as of 00:49, 4 July 2023
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
- The name of the DLL to search for. (REQUIRED)
Return Value
The fully-qualified path of the DLL, if found; "" otherwise.