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


tagSTATSTG Structure (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Structures > T > tagSTATSTG Structure
ArcGIS Developer Help

tagSTATSTG Structure

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 { } tagSTATSTG;

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.