Example
The following example sets the evaluation for circular references to stop after five iterations.
BOOL bIteration;
short nMaxIterations;
double dfMaxChange;
bIteration = SSGetIteration(hWnd, &nMaxIteration, &dfMaxChange);
SSSetIteration(hWnd, TRUE, 5, 0);