/*
* ENUM: SE_ITR_TRAVERSAL_ENUM
*
* Used to indicate the desired traversal for an iterator or function
* when it encounters an Inter-Transmittal Reference (ITR).
*/
} SE_ITR_TRAVERSAL_ENUM;
Enumerator Notes
Automatically resolve ITR references as they are encountered and
continue to search as normal within the new transmittal.
Note that a SEDRIS transmittal that has been opened in this way
cannot be written to or updated. The transmittal must be
explicitly opened for writing or modification to do this.
Report any ITR references as they are encountered, but do not
resolve them.
Ignore ITR references and act as though the transmittal were
stand-alone, continuing to search within the current transmittal.
Prev: SE_ITERATOR.
Next: SE_LEVEL_0_API_FUNCTION_ENUM.
Up:Index