Documentación de la API > Features > Object ProUdfvardim > Function ProUdfvardimAlloc
Function ProUdfvardimAlloc
Description
Allocate and set a UDFvardim structure which describes a variable dimension setting for a UDF
Synopsis
#include <ProUdf.h>
ProUdfvardimAlloc
(
ProName dim_name
/* (In)
The name of the variant dimension in the UDF definition
*/
double value
/* (In)
The new value of the variable dimension
*/
/* (In)
The type of the variant dimension structure (dimension or pattern parameter)
*/
ProUdfvardim* vardim
/* (Out)
The allocated ProUdfvardim structure
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Sample Code References
User Guide References
¿Fue esto útil?