msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
FSALLOCATE (1.2)
                                                      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