
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> swpnoboot()</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SWPNOBOOT()
------------------------------------------------------------------------------
Purpose:
Prevent the user from rebooting the computer.
Syntax:
lValue = SWPNOBOOT(lValue)
Parameters:
lValue Enable / disable indicator.
Returns:
The previous setting.
Default:
Disabled.
Description:
This function is used to enable or disable trapping of the
<CTRL><ALT><DEL> keystroke sequence while the kernel is resident during the
swap, preventing the user from soft rebooting while a program is swapped
out. Please note that this mechanism does not function under DESQView or
similar environments which hook the keyboard vector and look for this key
sequence, since such software intercepts the keystroke before it gets to the
swap kernel.
Example:
SWPNOBOOT(.T.) // Disable Ctrl Alt Del while swapped
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson