Level 1 (32-bit) (FIL_STANDARD) information.

typedef struct _FILESTATUS3 {
  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. */
} FILESTATUS3;

typedef   FILESTATUS3   * PFILESTATUS3 ;


[Back] [Next]