ValidateStrIters
- Macro
- August 22, 2025
Table of Contents
ValidateStrIters
ValidateStrIters
Description
Validate whether a given StrIters
object is valid. Not foolproof but will work most of the time. Aborts if provided StrIters
is not valid.
Parameters
Name | Direction | Description |
---|---|---|
i | in | Pointer to StrIters object to validate. |
Success
Continue execution, meaning given StrIters
object is most probably a valid StrIters
.
Failure
abort
Usage example (Cross-references)
No external code usages found in the scanned files.