This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > ISequentialStream Interface > ISequentialStream.RemoteRead Method (ArcObjects .NET 10.4 SDK) |
[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
ISequentialStream is a Microsoft interface. Please refer to MSDN for information about this interface.