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

Parameters

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