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


IStream.RemoteSeek Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStream Interface > IStream.RemoteSeek Method
ArcGIS Developer Help

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