STATSTG (Interfaces)
Last changed: -216.87.95.219

.
Summary
Holds statistical information about a storage object.

C# Definition:

public struct STATSTG
{
      [MarshalAs(UnmanagedType.LPTStr)]     
      public string pwcsName;
      public int type;
      public long cbSize;
      public FILETIME mtime;
      public FILETIME ctime;
      public FILETIME atime;
      public int grfMode;
      public int grfLocksSupported;
      public Guid clsid;
      public int grfStateBits;
      public int reserved;
}

Alternative Managed Definition:

System.Runtime.InteropServices.STATSTG, or System.Runtime.InteropServices.ComTypes.STATSTG in the .NET Framework 2.0.

User-Defined Types:

FILETIME

Notes:

None.

Documentation
STATSTG on MSDN