Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
)
void Seek(
    [InAttribute] LARGE_INTEGER dlibMove, 
    [InAttribute] unsigned int dwOrigin, 
    [OutAttribute] array<ULARGE_INTEGER>^ plibNewPosition
)
abstract Seek : 
        dlibMove:LARGE_INTEGER * 
        dwOrigin:uint32 * 
        plibNewPosition:ULARGE_INTEGER[] byref -> unit
function Seek(
    dlibMove : LARGE_INTEGER, 
    dwOrigin : uint, 
    plibNewPosition : ULARGE_INTEGER[]
)
Parameters
- dlibMove
 Type: Microsoft.VisualStudio.OLE.Interop.LARGE_INTEGER
- dwOrigin
 Type: 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.