Category Assembly, Object ProExt

Function ProExtRefTypeGet


Description
Gets type of the external (or local) reference.
Synopsis
#include <ProRefInfo.h>
ProErrorProExtRefTypeGet(
ProExtFeatRef ext_ref
/* (In)
The opaque pointer to the feature reference structure.
*/
ProType* r_ref_type
/* (Out)
Type of specified reference.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully got the reference type.
PRO_TK_E_NOT_FOUNDThe type of reference is not found.
PRO_TK_BAD_INPUTSext_ref is NULL or bad pointer.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestExtrefInfo.c )