STATSTG (Interfaces)
Last changed: -216.87.95.219

.
Summary
Holds statistical information about a storage object.

C# Definition:

public struct STATSTG

{

      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;

}

User-Defined Types:

None.

Notes:

None.

Documentation
STATSTG on MSDN