API 설명서 > Features > Object ProUdfrequiredref > Function ProUdfrequiredrefIsannotationref
Function ProUdfrequiredrefIsannotationref
Description
Obtains if the reference is an annotation reference (and thus is allowed to be left incomplete).
Synopsis
#include <ProUdf.h>
ProUdfrequiredrefIsannotationref
(
/* (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
The function succeeded.
One or more input arguments was invalid.
No license is available for this function.
User Guide References
도움이 되셨나요?