In The Hand - .NET Components for Mobility
Seek Method (dlibMove, dwOrigin, plibNewPosition)
NamespacesInTheHand.Runtime.InteropServices.ComTypesIStreamSeek(Int64, Int32, Int64%)
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,
	out long plibNewPosition
)
Sub Seek ( _
	dlibMove As Long, _
	dwOrigin As Integer, _
	<OutAttribute> ByRef plibNewPosition As Long _
)
Parameters
dlibMove (Int64)

[Missing <param> documentation for "dlibMove"]

dwOrigin (Int32)

[Missing <param> documentation for "dwOrigin"]

plibNewPosition ( Int64 %)

[Missing <param> documentation for "plibNewPosition"]

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0