Difference between revisions of "DELPRC EXIT"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Created page with "'''DELPRC_EXIT''' is a dynamic system parameter can be used to control $DELPRC system service options that call exit handlers prior to final cleanup...")
 
(No difference)

Latest revision as of 05:22, 9 April 2019

DELPRC_EXIT is a dynamic system parameter can be used to control $DELPRC system service options that call exit handlers prior to final cleanup and deletion of a process.

$DELPRC options

Option Description
0 Disable the exit handler functionality with $DELPRC
4 Execute kernel mode exit handlers.
5 (default) Execute exec and more privileged mode exit handlers.
6 Execute supervisor and more privileged mode exit handlers.
7 Execute user and more privileged mode exit handlers

See also