NextLibraryFunction()

Syntax

Result = NextLibraryFunction()
Description
This command must only be called after successful use of the ExamineLibraryFunctions() command. It allows you to go step by step through the library and examine its contents. The function information can be got with the LibraryFunctionName() and LibraryFunctionAddress() commands.

Parameters

None.

Return value

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

Supported OS

Windows, Linux

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