SeekPosition
Moves the current stream pointer to a new position.
Public Function SeekPosition(
ByVal Offset As Currency,
ByVal Origin As SeekOrigin ) As Currency
Parameters
- Offset
-
[ByVal]
Currency.
The number of bytes to move the pointer (can be negative.)
- Origin
-
[ByVal]
SeekOrigin.
The reference to begin moving from.
Return Values
Currency - The final position the pointer moved to.
See Also
Project CorLib Overview
Class Stream Overview