Function 0Bh Check Standard Input (STDIN) status
Checks for character availible at STDIN
entry AH 0Bh
return AL 0FFh if a character is availible from STDIN
00h if no character is availible from STDIN
note 1) Checks for Ctrl-C. If Ctrl-C is detected, int 23h is executed
2) Input can be redirected.
3) Checks for character only, it is not read into the application
4) IBM reports that this call does not work properly under the DOSSHELL
program in DOS 4.00 and 4.01. DOSSHELL will return all zeroes. This
function works correctly from the command line or application.
file: /Techref/int/21f/0b.htm, 0KB, , updated: 1999/2/20 10:26, local time: 2024/11/9 07:46,
18.188.192.255:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/int/21f/0b.htm"> int 21f 0b</A> |
Did you find what you needed? |