Category Features, Object ProUdfreference

Function ProUdfreferenceFree


Description
Frees the UDF reference handle.
Synopsis
#include <ProUdf.h>
ProErrorProUdfreferenceFree(
ProUdfreference reference
/* (In)
The reference handle
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Core: Features: UDF References

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )