Category Features, Object ProUdfdata

Function ProUdfdataAlloc


Description
Allocate an empty ProUdfdata structure to be used as input to ProUdfCreate()
Synopsis
#include <ProUdf.h>
ProErrorProUdfdataAlloc(
ProUdfdata* data
/* (Out)
The UDF data
*/
)
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

Sample Code References:

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