|
|
1.1 root 1:
2: //-----------------------------------------------------------------------------
3: // This is a part of the Microsoft Source Code Samples.
4: // Copyright (C) 1993 Microsoft Corporation.
5: // All rights reserved.
6: //
7: // This source code is only intended as a supplement to
8: // Microsoft Development Tools and/or WinHelp documentation.
9: // See these sources for detailed information regarding the
10: // Microsoft samples programs.
11: //-----------------------------------------------------------------------------
12:
13: #include <windows.h> // standard windows include
14: #include "hooktest.h"
15:
16: HookMenu MENU
17: BEGIN
18: POPUP "&Hook Options"
19: BEGIN
20: MENUITEM "&CallWnd", IDM_CALLWNDPROC
21: MENUITEM "C&BT", IDM_CBT
22: MENUITEM "&Debug", IDM_DEBUG
23: MENUITEM "&GetMessage", IDM_GETMESSAGE
24: MENUITEM "&Keyboard", IDM_KEYBOARD
25: MENUITEM "&Mouse", IDM_MOUSE
26: MENUITEM "M&sgFilter", IDM_MSGFILTER
27: MENUITEM "E&xit", IDM_EXIT
28: END
29: END
30:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.