DsSetExeDepthLimit(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DsSetExeDepthLimit − Specify the maximum allowed depth to which objects will be executed
SYNOPSIS
C:
void DsSetExeDepthLimit(limit)
DtInt limit ;
FORTRAN:
CALL DSSEDL(LIMIT)
INTEGER∗4 LIMIT
DESCRIPTION
DsSetExeDepthLimit is used to set the maximum allowed object execution depth, i.e., the number of descending generations a parent object may have. The parameter limit is the depth in generations.
ERRORS
DsSetExeDepthLimit will fail if the execution limit is less than or equal to 0.
[WARNING - value out of range]
DEFAULTS
The default execution depth limit is 20.
SEE ALSO
September 02, 1992