Ninja Database Lite
Seek Method



KellermanSoftware.NinjaDatabaseLite Namespace > IStorageStream Interface : Seek Method
Sets the position within the current stream to the specified value
Syntax
Function Seek( _
   ByVal offset As Long, _
   ByVal origin As SeekOrigin _
) As Long
Dim instance As IStorageStream
Dim offset As Long
Dim origin As SeekOrigin
Dim value As Long
 
value = instance.Seek(offset, origin)
long Seek( 
   long offset,
   SeekOrigin origin
)
int64 Seek( 
   int64 offset,
   SeekOrigin origin
) 

Parameters

offset
origin
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IStorageStream Interface
IStorageStream Members