ExamineLibraryFunctions()
Syntax
Result = ExamineLibraryFunctions(#Library)Description
Starts to examine the functions contained in a library. The library must have already been opened using OpenLibrary() when you use this command. If this command succeeds you can step through the functions in the library (using NextLibraryFunction()) and find out things such as the name and address of each function (using the LibraryFunctionName() and LibraryFunctionAddress() commands respectively).
Parameters
#Library - The number of the library you want to examine. This must be the same number that you use when you called OpenLibrary().
Return value
Result - This value shows if the library functions can be examined. If the value is zero then they cannot be examined. If the value is non-zero then they can be examined.
Supported OS
Windows, Linux