An exit list is a list of routines that are given control when the current process ends, either normally or abnormally. The following is an example of exit list processing:

At Enable time, the presentation driver must place an entry in the exit list for the application or process that opens the DC. This entry is a pointer identifying the routine in the presentation driver that releases all resources owned by the DC.

Note:

When writing a presentation driver, consider what would happen if another thread of the process were to terminate.


[Back: Presentation Manager Error Codes]
[Next: Per-Thread Exception Management]