ExamineLibraryFunctions()

Syntax

Result = ExamineLibraryFunctions(#Library)
Description
Initiates the process of examining the functions contained within a library. The library must have already been opened using: OpenLibrary() before this function may be called. 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.

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

Result - This value determines if the library functions may be examined. If the value is zero then they can not be examined. If the value is non-zero then they may be examined.

Supported OS

Windows, Linux

<- CountLibraryFunctions() - Library Index - GetFunction() ->