ExamineLibraryFunctions()
Syntax
Result = ExamineLibraryFunctions(#Library)Description
Initiates the process of examining the functions contained within a library.
Parameters
#Library The number of the library which contains the functions to examine. This number must be identical to that used previously with: OpenLibrary().
Return value
Returns nonzero if the functions can be examined and zero if not.
Remarks
If this function succeeds, the programmer may then step through the functions in the library by using NextLibraryFunction(). At that point, information such as the name and address of each function may be obtained by using the LibraryFunctionName() and LibraryFunctionAddress() functions respectively.
See Also
NextLibraryFunction(), LibraryFunctionAddress(), LibraryFunctionName()
Supported OS
Windows, Linux