This document is archived and information here might be outdated.  Recommended version.


IStream.RemoteSeek Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IStream.RemoteSeek Method

[Visual Basic .NET]
Public Sub RemoteSeek ( _
    ByVal dlibMove As _LARGE_INTEGER, _
    ByVal dwOrigin As Integer, _
    ByRef plibNewPosition As _ULARGE_INTEGER _
)
[C#]
public void RemoteSeek (
    _LARGE_INTEGER dlibMove,
    uint dwOrigin,
    ref _ULARGE_INTEGER plibNewPosition
);
[C++]
HRESULT RemoteSeek(
  _LARGE_INTEGER dlibMove,
  Unsigned long dwOrigin,
  _ULARGE_INTEGER* plibNewPosition
);
[C++]

Parameters dlibMove [in]
dlibMove is a parameter of type _LARGE_INTEGER dwOrigin [in] dwOrigin is a parameter of type Unsigned long plibNewPosition [out]
plibNewPosition is a parameter of type _ULARGE_INTEGER

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IStream is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IStream Interface