Description | ||||||||||||||
Visit the variable dimensions in a UDF | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProUdf.h> | ||||||||||||||
ProError | ProUdfDimensionVisit | ( | ||||||||||||
ProGroup* udf | ||||||||||||||
/* (In) | ||||||||||||||
The udf group | ||||||||||||||
*/ | ||||||||||||||
ProDimensionVisitAction visit | ||||||||||||||
/* (In) | ||||||||||||||
The visit function | ||||||||||||||
*/ | ||||||||||||||
ProDimensionFilterAction filter | ||||||||||||||
/* (In) | ||||||||||||||
The filter function. If NULL, all variables in a UDF are visited using the action function. | ||||||||||||||
*/ | ||||||||||||||
ProAppData data | ||||||||||||||
/* (In) | ||||||||||||||
User defined data passed to the visit and filter functions. Can be NULL. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|