LibraryFunctionAddress()

Syntax

Result = LibraryFunctionAddress()
Description
Returns the address of the function in the library currently being examined with the ExamineLibraryFunctions() and NextLibraryFunction() functions.

Parameters

None.

Return value

Returns the address of the current function in memory. This is useful as parameter for the functions CallFunctionFast() or CallCFunctionFast().

Remarks

The function can be called by its address using prototypes. The functions CallFunctionFast() and CallCFunctionFast() can also be used for that, but prototypes are the recommended method as they are more flexible.

See Also

ExamineLibraryFunctions(), NextLibraryFunction(), LibraryFunctionName(), CallFunctionFast(), CallCFunctionFast()

Supported OS

Windows, Linux

<- IsLibrary() - Library Index - LibraryFunctionName() ->