File-system information data structure.
typedef struct _FSINFO { ULONG ulVSN; /* Volume Serial Number. */ VOLUMELABEL vol; /* Volume label. */ } FSINFO; typedef FSINFO * PFSINFO ;