StrIterRemainingSize
Description
Remaining region size in bytes from the current position to the end of the iteration direction. Alias-reframe of IterRemainingSize in string vocabulary. See IterRemainingSize for the full contract.
Parameters
| Name | Direction | Description |
|---|---|---|
mi |
in | Pointer to the StrIter to measure. |
Success
Returns the number of bytes from the current position to the end of the iteration direction (0 once exhausted).
Failure
Macro cannot fail.
Usage example (Cross-references)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on