Category Assembly, Object ProRef

Function ProRefCtrlEnvirGet


Description
Return run-time environment options for external reference control.
Synopsis
#include <ProScope.h>
ProErrorProRefCtrlEnvirGet(
ProExtRefScope* p_scope
/* (Out)
External reference scope criterion.
*/
ProInvalidRefBehavior* p_behavior
/* (Out)
Defines behavior on scope violation.
*/
)
Returns
PRO_TK_NO_ERROREnvironment information successfully returned.
PRO_TK_NOT_VALIDRequired license not found.

Manual References:

  1. Assembly: Top-down Design: External Reference Control Functions
  2. Assembly: Top-down Design: External Reference Control Functions

Sample Code References:

  1. pt_examples ( TestExtref.c )
  2. pt_examples ( TestExtref.c )