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


ISequentialStream.RemoteRead Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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(
  Byte* pv,
  Unsigned long cb,
  Unsigned long* pcbRead
);
[C++]

Parameters pv [out] pv is a parameter of type Byte 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