◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_DOSFILEMGR typedef struct _FSALLOCATE { /* fsalloc */ ULONG ulReserved; ULONG cSectorUnit; ULONG cUnit; ULONG cUnitAvail; USHORT cbSector; } FSALLOCATE; The FSALLOCATE structure contains information about a disk drive. Field Description ──────────────────────────────────────────────────────────────────────────── ulReserved Reserved. cSectorUnit Specifies the number of sectors per allocation unit. cUnit Specifies the number of allocation units. cUnitAvail Specifies the available allocation units. cbSector Specifies the bytes per sector. See Also DosQFSInfo ♦