Category Features, Object ProUdfrequiredref

Function ProUdfrequiredrefIsannotationref


Description
Obtains if the reference is an annotation reference (and thus is allowed to be left incomplete).
Synopsis
#include <ProUdf.h>
ProErrorProUdfrequiredrefIsannotationref(
ProUdfRequiredRef reference
/* (In)
The UDF required reference handle.
*/
ProBoolean* is_annotation_ref
/* (Out)
PRO_B_TRUE if the reference is an annotation reference; PRO_B_FALSE otherwise.
*/
)
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