qa.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.
Int 15H Function C2H Subfunction 03H
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Set Resolution      [PS/2]
 
  Sets the resolution of the system's mouse or other pointing device.
 
  Input                                     Output
  ══════════════════════════════            ═══════════════════════════
  AH=C2H                                    If function successful
  AL=03H                                    Carry flag=clear
  BH=resolution value                       AH=00H
     00H=1 count per millimeter             If function unsuccessful
     01H=2 counts per millimeter            Carry flag=set
     02H=4 counts per millimeter            AH=status (see Int 15H
     03H=8 counts per millimeter                       Function C2H
                                                       Subfunction 00H)
                                    -♦-