COMCharStream.Seek Method (Int64, SeekOrigin)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Sets the position in the current stream. This method does not do anything. It always returns 0.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
Parameters
- offset
-
Type:
System.Int64
A byte offset relative to the origin parameter.
- origin
-
Type:
System.IO.SeekOrigin
A value that indicates the reference point that is used to obtain the new position.
.NET Framework
Available since 1.1
Available since 1.1
Show: