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


ISequentialStream.RemoteWrite Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

ISequentialStream.RemoteWrite Method

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

Parameters pv [in]
pv is a parameter of type unsigned char* cb [in]
cb is a parameter of type unsigned long pcbWritten [out]
pcbWritten 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