qc.hlp (Table of Contents; Topic list)
diskfree_t
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:  <dos.h>
 
  Structure:
 
  struct diskfree_t
  {
      unsigned total_clusters;
      unsigned avail_clusters;
      unsigned sectors_per_cluster;
      unsigned bytes_per_sector;
  };