Category
Features
, Object
ProUdfdata
Function ProUdfdataAlloc
Description
Allocate an empty
ProUdfdata
structure to be used as input to
ProUdfCreate
()
Synopsis
#include <
ProUdf.h
>
ProError
ProUdfdataAlloc
(
ProUdfdata
*
data
/* (Out)
The UDF data
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
Manual References:
Core: Features: The UDF Input Data Structure ProUdfdata
Core: Features: The UDF Input Data Structure ProUdfdata
Sample Code References:
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )