Category Features, Object ProUdfdata

Function ProUdfdataRequiredreferencesGet


Description
Obtains the references required to be set for UDF placement.
Synopsis
#include <ProUdf.h>
ProErrorProUdfdataRequiredreferencesGet(
ProUdfdata data
/* (In)
The UDF data
*/
ProUdfRequiredRef** required_references
/* (Out)
The references required to be set for UDF placement.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTCannot access the UDF references because the name or file path has not been set in this data.
PRO_TK_CANT_OPENCannot find the UDF file in based on the information specified in the data.
PRO_TK_NO_LICENSENo license is available for this function.

Manual References:

  1. Core: Features: UDF References
  2. Core: Features: UDF References
  3. Core: Features: Automatic Filling of the Body Reference
  4. Core: Features: API Behavior for All Combinations of UDF Type, Creation and Placement

Sample Code References:

  1. pt_udf_examples ( PTUDFExDashboardUtils.c )