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 00H
   Summary  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Enable/Disable Pointing Device      [PS/2]
 
  Enables or disables the system's mouse or other pointing device.
 
  Input                             Output
  ══════════════════════            ═══════════════════════════════
  AH=C2H                            If function successful
  AL=00H                            Carry flag=clear
  BH=enable/disable flag            AH=00H
     00H=disable                    If function unsuccessful
     01H=enable                     Carry flag=set
                                    AH=status
                                       01H if invalid function call
                                       02H if invalid input
                                       03H if interface error
                                       04H if resend
                                       05H if no far call installed
                                    -♦-