Description | |||||||||||
Obtains the name or symbol of the variant parameter or annotation value. | |||||||||||
Synopsis | |||||||||||
#include <ProUdf.h> | |||||||||||
ProError | ProUdfvarparamNameGet | ( | |||||||||
ProUdfvarparam var_param | |||||||||||
/* (In) | |||||||||||
The UDF variant item | |||||||||||
*/ | |||||||||||
ProName name | |||||||||||
/* (Out) | |||||||||||
The name of the variant item. For PRO_UDFVARITEM_DIMENSION, this is the dimension symbol that should be used in ProUdfvardimAlloc() | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|