In The Hand LtdIn The Hand
Seek Method (dlibMove, dwOrigin, plibNewPosition)
NamespacesInTheHand.Runtime.InteropServices.ComTypesIStreamSeek(Int64, Int32, IntPtr)
.NET Components for Mobility
Changes the seek pointer to a new location relative to the beginning of the stream, to the end of the stream, or to the current seek pointer.
Declaration Syntax
C#Visual Basic
void Seek(
	long dlibMove,
	int dwOrigin,
	IntPtr plibNewPosition
)
Sub Seek ( _
	dlibMove As Long, _
	dwOrigin As Integer, _
	plibNewPosition As IntPtr _
)
Parameters
dlibMove (Int64)
The displacement to add to dwOrigin.
dwOrigin (Int32)
The origin of the seek. The origin can be the beginning of the file, the current seek pointer, or the end of the file.
plibNewPosition (IntPtr)
On successful return, contains the offset of the seek pointer from the beginning of the stream.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0