CallFunctionPtrVA (open)
Calls a function pointer with an argument list, returning the return value. Aborts when the function pointer points to a macro.
Syntax
// Core function, no LOADLIB necessary
VARIANT FUNCTION CallFunctionPtrVA(FUNCTION PTR fptr, VARIANT ARRAY arguments)Parameters
FUNCTION PTR fptrFunction pointer to call
VARIANT ARRAY argumentsArguments to call the function pointer with
Return value
VARIANTReturn value from the call