Description | |||||||||||||||||
Replaces a UDF with a similar UDF (the two UDF's must use the same reference types). | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProUdf.h> | |||||||||||||||||
ProError | ProUdfReplace | ( | |||||||||||||||
ProGroup* udf | |||||||||||||||||
/* (In) | |||||||||||||||||
The UDF. | |||||||||||||||||
*/ | |||||||||||||||||
ProUdfdata new_udf_data | |||||||||||||||||
/* (In) | |||||||||||||||||
UDF data describing the replacement UDF. The dimension display, scale, name, instance name and path can be set in this structure. | |||||||||||||||||
*/ | |||||||||||||||||
ProGroup* replacement_udf | |||||||||||||||||
/* (Out) | |||||||||||||||||
The handle to the new replacement UDF. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|