LibraryFunctionAddress()
语法
Result = LibraryFunctionAddress()概要
Returns the address of the function in the library currently being examined with the ExamineLibraryFunctions() and NextLibraryFunction() functions.
参数
无.
返回值
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.
参阅
ExamineLibraryFunctions(), NextLibraryFunction(), LibraryFunctionName(), CallFunctionFast(), CallCFunctionFast()
已支持操作系统
Windows, Linux