Microsoft SDK for Java

STATSTG Class

The STATSG Class of the com.ms.com Package represents an STATSTG structure, which contains statistical information about an open storage, stream or byte array object.

public final class STATSTG
{
  // Methods
  public _Guid getCLSID();
  public void setCLSID(_Guid clsid)

  // Fields
  public long atime;
  public long cbSize;
  public byte clsid_b0;
  public byte clsid_b1;
  public byte clsid_b10;
  public byte clsid_b11;
  public byte clsid_b12;
  public byte clsid_b13;
  public byte clsid_b14;
  public byte clsid_b15;
  public byte clsid_b2;
  public byte clsid_b3;
  public byte clsid_b4;
  public byte clsid_b5;
  public byte clsid_b6;
  public byte clsid_b7;
  public byte clsid_b8;
  public byte clsid_b9;
  public int clsid_data1;
  public short clsid_data2;
  public short clsid_data3;
  public long ctime;
  public int grfLocksSupported;
  public int grfMode;
  public int grfStateBits;
  public long mtime;
  public String pwcsName;
  public int reserved;
  public final static int STGTY_LOCKBYTES;
  public final static int STGTY_PROPERTY;
  public final static int STGTY_STORAGE;
  public final static int STGTY_STREAM;
  public int type;
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.