API int
LQU_NameRefFunctionTakesArgument
(NameRef)
t_NameRef NameRef;
Purpose
Returns non-zero if the function pointer associated with the given Name Ref is a pointer to a function that takes an argument. Before calling this function (or macro), you should check that LQU_NameRefVariablePointsToFunction returns non-zero for the given NameRef.
Notes
The NameRef must be valid.