Category Features, Object ProUdfdata

Function ProUdfdataNameSet


Description
Sets the name and instance name of the UDF in the UDF data
Replacement in Object TOOLKIT: pfcUDFPromptCreateInstructions::Create
Synopsis
#include <ProUdf.h>
ProErrorProUdfdataNameSet(
ProUdfdata data
/* (In)
The UDF data
*/
ProName udf_name
/* (In)
The name of the UDF
*/
ProName instance
/* (In)
The family table instance name to be used, or an empty string, or NULL.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Core: Features: The UDF Input Data Structure ProUdfdata
  2. Core: Features: The UDF Input Data Structure ProUdfdata
  3. Core: Features: Reading UDF Properties

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  2. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )