Category Features, Object ProUdfrequiredref

Function ProUdfrequiredrefTypeGet


Description
Obtains the type of object that should be supplied for this reference.
Synopsis
#include <ProUdf.h>
ProErrorProUdfrequiredrefTypeGet(
ProUdfRequiredRef reference
/* (In)
The UDF required reference handle.
*/
ProType* type
/* (Out)
The type of object that should be supplied for this reference.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NO_LICENSENo license is available for this function.

Manual References:

  1. Core: Features: UDF References
  2. Core: Features: UDF References

Sample Code References:

  1. pt_udf_examples ( PTUDFExDashboardUtils.c )