[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.