CallFunctionFast()
Syntax
Result = CallFunctionFast(*FunctionPointer [,Parameter1 [, Parameter2...]])
Description
Call a library function by using its pointer previously got with IsFunction(). This is the fastest way to achieve it. Any numbers can be specified but it must fit the number of parameters needed by the function. For example, if a function needs 2 paramaters, then 2 parameters must be passed after the function pointer, even if the 2 values are null. 'Result' contains the result of the called function.
Supported OS
Windows, AmigaOS, Linux