|
GetDllFileName$ | ||
filename$ = GetDllFileName$(DllIndex) | ||
Parameters: DllIndex = The Index of the dll you wish to query |
||
Returns: filename$= The filename of this loaded dll |
||
The GetDllFileName$ function returns the filename of this dll. FACTS: * none Mini Tutorial: This example loads the user32.dll into memory then it displays it status and filename.
This example would output.
|
Related Info: | GetDLLExist | LoadDLL : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |