LibraryFunctionAddress()

Syntax

Ergebnis.l = LibraryFunctionAddress()
Beschreibung
Gibt die Adresse der Funktion in der aktuell mit den ExamineLibraryFunctions() und NextLibraryFunction() Befehlen untersuchten Library zurück.

Parameter

Diese Funktion hat keine Parameter.

Rückgabewert

Gibt die Adresse der aktuellen Funktion im Speicher zurück. Diese ist nützlich zur Übergabe an die Funktionen CallFunctionFast() bzw. CallCFunctionFast().

Anmerkungen

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.

Siehe auch

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

Unterstützte OS

Windows, Linux

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