Category Assembly, Object ProExt

Function ProExtRefBreakDependency


Description
From given proarray of references, break those which are breakable.
Synopsis
#include <ProRefInfo.h>
ProErrorProExtRefBreakDependency(
ProExtFeatRef* ext_ref_arr
/* (In)
The array of opaque pointers to the feature reference structure.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully performed the operation.
PRO_TK_BAD_INPUTSIf no references was given (NULL pointer or empty array).

Manual References:

  1. Assembly: Top-down Design: External Reference Data Gathering