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


IStorage.RemoteOpenStream Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IS > IStorage Interface > IStorage.RemoteOpenStream Method
ArcGIS Developer Help

IStorage.RemoteOpenStream Method

[Visual Basic .NET]
Public Sub RemoteOpenStream ( _
    ByVal pwcsName As String, _
    ByVal cbReserved1 As Integer, _
    ByRef reserved1 As Byte&, _
    ByVal grfMode As Integer, _
    ByVal reserved2 As Integer, _
    ByRef ppstm As IStream _
)
[C#]
public void RemoteOpenStream (
    string pwcsName,
    uint cbReserved1,
    ref Byte& reserved1,
    ref uint grfMode,
    ref uint reserved2,
    ref IStream ppstm
);
[C++]
HRESULT RemoteOpenStream(
  LPWSTR pwcsName,
  Unsigned long cbReserved1,
  System.Byte* reserved1,
  Unsigned long grfMode,
  Unsigned long reserved2,
  IStream** ppstm
);
[C++]
Parameters
pwcsName [in]

pwcsName is a parameter of type LPWSTR cbReserved1 [in]
cbReserved1 is a parameter of type unsigned long reserved1 [in]
reserved1 is a parameter of type unsigned char* grfMode [in]
grfMode is a parameter of type unsigned long reserved2 [in]
reserved2 is a parameter of type unsigned long ppstm [out]
ppstm is a parameter of type IStream**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IStorage Interface