qa.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 21H Function 44H Subfunction 03H
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  IOCTL: Write Control Data to Character
                Device Driver
 
  Transfers control data from an application to a character device driver.
  The length and contents of the data are specific to each device driver
  and do not follow any standard format. This function does not neces-
  sarily result in any output to the physical device.
 
  Input                                   Output
  ════════════════════════════            ══════════════════════════════
  AH=44H                                  If function successful
  AL=03H                                  Carry flag=clear
  BX=handle                               AX=bytes transferred
  CX=number of bytes to write             If function unsuccessful
  DS:DX=segment:offset of data            Carry flag=set
                                          AX=error code
                                    -♦-