qc.hlp (Table of Contents; Topic list)
diskinfo_t
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:  <bios.h>
 
  Structure:
 
  struct diskinfo_t
  {
      unsigned drive;      // Drive number
      unsigned head;       // Head number
      unsigned track;      // Track number
      unsigned sector;     // Start sector number
      unsigned nsectors;   // Number of sectors to read, write,
                           //   or compare
      void far *buffer;    // Memory location to write to, read from,
                           //   or compare
  };