I need to know of a way to trap Ctrl Alt Del in DOS, without restarting the computer,

I am currently using a simple getch() function to access 2 byte keyboard codes but when I hit SHIFT, CONTROL, or ALT it doesn't do anything.