FSINFO

File-system information data structure.

typedef struct _FSINFO {
  ULONG           ulVSN;  /*  Volume Serial Number. */
  VOLUMELABEL     vol;    /*  Volume label. */
} FSINFO;

typedef   FSINFO   * PFSINFO ;


[Back: FSALLOCATE Field - cbSector]
[Next: FSINFO Field - ulVSN]