Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>function 4402h (68-2) ioctl: read from character device</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 4402h (68-2)    IOCTL: Read from Character Device

    Reads a control string from a character device.

       On entry:      AH         44h
                      AL         02h
                      BX         Device handle
                      CX         Number of bytes to read
                      DS:DX      Data or Buffer

       Returns:       AX         Error code, if CF is set

       Error codes:   1          Device doesn't support control strings

  --------------------------------------------------------------------------

    This subfunction reads CX bytes of data from the character device's
    control channel into either DS:DX or memory pointed to by DS:DX.  How
    data is read is defined by the device driver.  Data can be read only
    if the device can process control strings.

See Also: 44h 4403h

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