[Visual Basic .NET]
Public Sub CreateStorage ( _
ByVal pwcsName As String, _
ByVal grfMode As Integer, _
ByVal reserved1 As Integer, _
ByVal reserved2 As Integer, _
ByRef ppstg As IStorage _
)
[C#]
public void CreateStorage (
string pwcsName,
uint grfMode,
uint reserved1,
uint reserved2,
ref IStorage ppstg
);
[C++]
HRESULT CreateStorage(
LPWSTR pwcsName,
Unsigned long grfMode,
Unsigned long reserved1,
Unsigned long reserved2,
IStorage** ppstg
);
[C++]
Parameters
pwcsName [in]
pwcsName is a parameter of type LPWSTR
grfMode [in]
grfMode is a parameter of type Unsigned long
reserved1 [in]
reserved1 is a parameter of type Unsigned long
reserved2 [in]
reserved2 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