Category Features, Object ProUdfdata

Function ProUdfdataDependencySet


Description
Sets the UDF dependency in the UDF data
Replacement in Object TOOLKIT: pfcUDFPromptCreateInstructions::Create
Synopsis
#include <ProUdf.h>
ProErrorProUdfdataDependencySet(
ProUdfdata data
/* (In)
The UDF data
*/
ProUdfdependency dependency
/* (In)
The dependency
*/
)
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