Category
Features
, Object
ProUdfvardim
Function ProUdfvardimPromptGet
Description
Obtains the prompt of the variant dimension.
Synopsis
#include <
ProUdf.h
>
ProError
ProUdfvardimPromptGet
(
ProUdfvardim
var_dim
/* (In)
The UDF variant dimension.
*/
ProLine
prompt
/* (Out)
The prompt of the variant item.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_NO_LICENSE
No license is available for this function.
Manual References:
Core: Features: Variable Dimensions
Core: Features: Variable Dimensions
Sample Code References:
pt_udf_examples ( PTUDFExDashboardUtils.c )