Category Assembly, Object ProRef

Function ProRefCtrlEnvirSet


Description
Set run-time environment options for external reference control.
Synopsis
#include <ProScope.h>
ProErrorProRefCtrlEnvirSet(
ProExtRefScope scope
/* (In)
External reference scope criterion.
*/
ProInvalidRefBehavior behavior
/* (In)
Defines behavior on scope violation.
*/
)
Returns
PRO_TK_NO_ERROREnvironment information successfully set.
PRO_TK_BAD_INPUTSThe settings are invalid.
PRO_TK_NOT_VALIDConfig options setting disallows changing reference control; or required 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 )