Syntax
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
)
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
)