 HOOKS: Uses SetWindowsHook to Install System Hooks

 HOOKS uses the SetWindowsHook function to install the 
 following system hooks: WH_CALLWNDPROC, WH_CBT, 
 WH_GETMESSAGE, WH_JOURNALPLAYBACK, WH_JOURNALRECORD, 
 WH_KEYBOARD, WH_MOUSE, WH_MSGFILTER, and WH_SYSMSGFILTER. 
 The SetWindowsHook function allows message processing 
 inside a dialog box or a message-box function.

 When you select the System Hook command, HOOKS installs the 
 system hook and displays information on the messages 
 hooked.

 For more information on HOOKS, see the "Microsoft(R) Windows(TM) Hooks"
 technical article.

 HOOKS was built and tested under Microsoft Windows version 3.1.
