Category Feature element trees, Object ProReference

Function ProReferenceIsLocalcopy


Description
Identifies if the reference is a local copy of the external reference
Synopsis
#include <ProReference.h>
ProErrorProReferenceIsLocalcopy(
ProReference reference
/* (In)
The reference handle.
*/
ProBoolean* is_local
/* (Out)
PRO_B_TRUE if the reference contains a local copy of an external reference. PRO_B_FALSE if the reference contains the true reference item (local or external)
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_EMPTYThis value is not set in the reference.

Manual References:

  1. Element Trees: References: Reading References
  2. Element Trees: References: Reading References