Syntax
[Visual Basic .NET]
Public Sub New ( _
pwcsName As String,
type As Integer,
cbSize As _ULARGE_INTEGER,
mtime As _FILETIME,
ctime As _FILETIME,
atime As _FILETIME,
grfMode As Integer,
grfLocksSupported As Integer,
clsid As Guid,
grfStateBits As Integer,
reserved As Integer
)
[C#]
public tagSTATSTG {
string pwcsName,
uint type,
_ULARGE_INTEGER cbSize,
_FILETIME mtime,
_FILETIME ctime,
_FILETIME atime,
uint grfMode,
uint grfLocksSupported,
Guid clsid,
uint grfStateBits,
uint reserved
)
[C++]
typedef struct tagSTATSTG {
LPWSTR pwcsName;
Unsigned long type;
_ULARGE_INTEGER cbSize;
_FILETIME mtime;
_FILETIME ctime;
_FILETIME atime;
Unsigned long grfMode;
Unsigned long grfLocksSupported;
GUID clsid;
Unsigned long grfStateBits;
Unsigned long reserved;
} tagSTATSTG;
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.