Category Features, Object ProUdfextdim

Function ProUdfextdimAlloc


Description
Allocates and sets a structure which describes an external dimension symbol required by the UDF.
Synopsis
#include <ProUdf.h>
ProErrorProUdfextdimAlloc(
ProLine prompt
/* (In)
The prompt used for this external symbol.
*/
ProDimension* dimension
/* (In)
The dimension handle to use for the external symbol.
*/
ProUdfextdim* ext_dim
/* (Out)
The handle to the ProUdfextdim structure.
*/
)
Returns
PRO_TK_BAD_CONTEXTThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NO_LICENSENo license is available for this function.
See Also
ProUdfdataExtdimAdd

Manual References:

  1. Core: Features: External Symbol: Dimensions
  2. Core: Features: External Symbol: Dimensions