API Documentation > Features > Object ProUdfextdim > Function ProUdfextdimAlloc
Function ProUdfextdimAlloc
Description
Allocates and sets a structure which describes an external dimension symbol required by the UDF.
Synopsis
#include <ProUdf.h>
ProUdfextdimAlloc
(
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
The function succeeded.
One or more input arguments was invalid.
No license is available for this function.
See Also
User Guide References
Was this helpful?