Assembly Language Help (alang.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 4Fh
 Summary                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     An operating system or a resident utility can capture this
     function to filter the raw keyboard data stream. The new handler
     can substitute a new scan code, return the same scan code, or
     return the carry flag clear, causing the keystroke to be discarded.
     The ROM BIOS default routine simply returns the scan code
     unchanged.
 
     A program can call Int 15h Function C0h to determine whether the
     host machine's ROM BIOS supports this keyboard intercept.
                                    -♦-