dos12.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.
DosExitList changes
Full Description                                    Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
Corrections
 
When the EXLST_ADD constant is used in the fFnCode parameter, the high byte
of the parameter contains an order number (0 through 255). You can use this
number to specify the order in which your exit-list function is called.
 
The function template in the example incorrectly listed the prototype of the
termination function as PFNEXITLIST. It should be VOID PASCAL FAR.
 
                                      ♦