CallAnyPtrVA (open)
Calls any function pointer with an argument list, returning the return value. If a macro is invoked, returns TRUE
Syntax
// Core function, no LOADLIB necessary
VARIANT FUNCTION CallAnyPtrVA(FUNCTION PTR v, VARIANT ARRAY args)Parameters
FUNCTION PTR vFunction pointer to call
VARIANT ARRAY argsArguments to call the function pointer with
Return value
VARIANTReturn value from the call