Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 15 - desqview 2.23+ - putkey - fake user keystrokes http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - DESQview 2.23+ - "PUTKEY" - FAKE USER KEYSTROKES
        AX = DE1Dh
        DX = segment of handle for task to receive keystroke
        BL = character
        BH = scan code
Return: AX = 0000h if successful
           nonzero if receiver's keyboard buffer was full
Notes:  the key is treated as though the user had pressed it, ignoring any
          script which may be bound to the key, and using the current field
          table if the keyboard object is in field processing mode
        multiple PUTKEYs are seen in the order in which they are executed
SeeAlso: AX=DE10h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson