qc.hlp (Table of Contents; Topic list)
SREGS
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:  <dos.h> or <bios.h>
 
  Structure:
 
  struct SREGS
  {
      unsigned int es;
      unsigned int cs;
      unsigned int ss;
      unsigned int ds;
  };