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


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

ISequentialStream.RemoteRead Method

[Visual Basic .NET]
Public Sub RemoteRead ( _
    ByRef pv As Byte&, _
    ByVal cb As Integer, _
    ByRef pcbRead As Integer _
)
[C#]
public void RemoteRead (
    ref Byte& pv,
    ref uint cb,
    ref uint pcbRead
);
[C++]
HRESULT RemoteRead(
  System.Byte* pv,
  Unsigned long cb,
  System.UInt32* pcbRead
);
[C++]
Parameters
pv [out]

pv is a parameter of type unsigned char* cb [in]
cb is a parameter of type unsigned long pcbRead [out]
pcbRead is a parameter of type unsigned long*

Product Availability

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

Description

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

See Also

ISequentialStream Interface