IStream.Seek Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub Seek ( _
dlibMove As LARGE_INTEGER, _
dwOrigin As UInteger, _
<OutAttribute> plibNewPosition As ULARGE_INTEGER() _
)
void Seek(
LARGE_INTEGER dlibMove,
uint dwOrigin,
ULARGE_INTEGER[] plibNewPosition
)
Parameters
- dlibMove
Type: Microsoft.VisualStudio.OLE.Interop.LARGE_INTEGER
- dwOrigin
Type: System.UInt32
- plibNewPosition
Type: array<Microsoft.VisualStudio.OLE.Interop.ULARGE_INTEGER[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.