NextLibraryFunction()

Syntax

Result = NextLibraryFunction()
Description
This function may only be called after successful use of the ExamineLibraryFunctions() function. This function allows the programmer to go step by step through the library and examine its contents. 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

None.

Return value

Result - Zero if there are no more functions available to be examined (end of listing). If it is non-zero, then additional functions remain to be examined.

Supported OS

Windows, Linux

<- LibraryID() - Library Index - OpenLibrary() ->