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 4403h (68-3) ioctl: write to character device</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 4403h (68-3)    IOCTL: Write to Character Device

    Writes a control string to a character device.

       On entry:      AH         44h
                      AL         03h
                      BX         Device handle
                      CX         Number of bytes to write
                      DS:DX      Data or buffer

       Returns:       AX         Error code, if CF is set

       Error codes:   1          Device doesn't support control strings

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

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

See Also: 44h 4402h

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