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


IStream.RemoteCopyTo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStream Interface > IStream.RemoteCopyTo Method
ArcGIS Developer Help

IStream.RemoteCopyTo Method

[Visual Basic .NET]
Public Sub RemoteCopyTo ( _
    ByVal pstm As IStream, _
    ByVal cb As _ULARGE_INTEGER, _
    ByRef pcbRead As _ULARGE_INTEGER, _
    ByRef pcbWritten As _ULARGE_INTEGER _
)
[C#]
public void RemoteCopyTo (
    IStream pstm,
    _ULARGE_INTEGER cb,
    ref _ULARGE_INTEGER pcbRead,
    ref _ULARGE_INTEGER pcbWritten
);
[C++]
HRESULT RemoteCopyTo(
  IStream* pstm,
  _ULARGE_INTEGER cb,
  _ULARGE_INTEGER* pcbRead,
  _ULARGE_INTEGER* pcbWritten
);
[C++]
Parameters
pstm [in]

pstm is a parameter of type IStream* cb [in]
cb is a parameter of type _ULARGE_INTEGER pcbRead [out]
pcbRead is a parameter of type _ULARGE_INTEGER* pcbWritten [out]
pcbWritten is a parameter of type _ULARGE_INTEGER*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IStream is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IStream Interface