Category
Features
, Object
ProUdfreference
Function ProUdfreferenceFree
Description
Frees the UDF reference handle.
Synopsis
#include <
ProUdf.h
>
ProError
ProUdfreferenceFree
(
ProUdfreference
reference
/* (In)
The reference handle
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Manual References:
Core: Features: UDF References
Sample Code References:
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )