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