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


IStorage.OpenStorage 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.OpenStorage Method
ArcGIS Developer Help

IStorage.OpenStorage Method

[Visual Basic .NET]
Public Sub OpenStorage ( _
    ByVal pwcsName As String, _
    ByVal pstgPriority As IStorage, _
    ByVal grfMode As Integer, _
    ByRef snbExclude As tagRemSNB, _
    ByVal reserved As Integer, _
    ByRef ppstg As IStorage _
)
[C#]
public void OpenStorage (
    string pwcsName,
    IStorage pstgPriority,
    uint grfMode,
    ref tagRemSNB snbExclude,
    ref uint reserved,
    ref IStorage ppstg
);
[C++]
HRESULT OpenStorage(
  LPWSTR pwcsName,
  IStorage* pstgPriority,
  Unsigned long grfMode,
  wireSNB snbExclude,
  Unsigned long reserved,
  IStorage** ppstg
);
[C++]
Parameters
pwcsName [in]

pwcsName is a parameter of type LPWSTR pstgPriority [in]
pstgPriority is a parameter of type IStorage* grfMode [in]
grfMode is a parameter of type unsigned long snbExclude [in]
snbExclude is a parameter of type wireSNB reserved [in]
reserved is a parameter of type unsigned long ppstg [out]
ppstg is a parameter of type IStorage**

Product Availability

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

See Also

IStorage Interface