dos12.hlp (Table of Contents; Topic list)
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.
 
                                      ♦