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 0BH
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  IOCTL: Change Sharing Retry Count      DOS 3.1 Only
 
  Sets the number of times MS-DOS retries a disk operation after a failure
  caused by a file-sharing violation before it returns an error to the re-
  questing process. This subfunction is not available unless the file-shar-
  ing module (SHARE.EXE) is loaded.
 
  Input                                       Output
  ════════════════════════════════            ════════════════════════════
  AH=44H                                      If function successful
  AL=0BH                                      Carry flag=clear
  CX=delays per retry (default=1)             If function unsuccessful
  DX=number of retries (default=3)            Carry flag=set
                                              AX=error code
                                    -♦-