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


ISequentialStream.RemoteRead Method (ArcObjects .NET 10.6 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(
  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