File-system information data structure.

typedef struct _FSINFO {
  FDATE           fdateCreation;  /*  Creation date. */
  FTIME           ftimeCreation;  /*  Creation time. */
  VOLUMELABEL     vol;    /*  Volume label. */
} FSINFO;

typedef   FSINFO   * PFSINFO ;


[Back] [Next]