Level 2 (32-bit) (FIL_QUERYEASIZE) information.

typedef struct _FILESTATUS4 {
  FDATE     fdateCreation;    /*  Date of file creation. */
  FTIME     ftimeCreation;    /*  Time of file creation. */
  FDATE     fdateLastAccess;  /*  Date of last access. */
  FTIME     ftimeLastAccess;  /*  Time of last access. */
  FDATE     fdateLastWrite;   /*  Date of last write. */
  FTIME     ftimeLastWrite;   /*  Time of last write. */
  ULONG     cbFile;           /*  File size (end of data). */
  ULONG     cbFileAlloc;      /*  File allocated size. */
  ULONG     attrFile;         /*  Attributes of the file. */
  ULONG     cbList;           /*  Length of entire EA set. */
} FILESTATUS4;

typedef   FILESTATUS4   * PFILESTATUS4 ;


[Back] [Next]