Assembly Language Help (alang.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 68h
 Summary                                   Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The effect of this function is equivalent to closing and reopening
     a file, or to duplicating a handle for the file with Int 21h
     Function 45h and then closing the duplicate. However, this
     function has the advantage that it will not fail due to lack of
     handles, and the application does not risk losing control of the
     file in multitasking or network environments.
 
     If this function is requested for a handle associated with a
     character device, a success flag is returned but there is no other
     effect.
                                    -♦-