Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
336 B

  1. #include "hello.h"
  2. WOW MENU
  3. BEGIN
  4. POPUP "&Test"
  5. BEGIN
  6. MENUITEM "&Breakpoint", IDM_BREAKPOINT
  7. MENUITEM "&EnumWindows", IDM_ENUMWINDOWS
  8. MENUITEM "Enum&ChildWindows", IDM_ENUMCHILDWINDOWS
  9. MENUITEM "Enum&TaskWindows", IDM_ENUMTASKWINDOWS
  10. END
  11. END
  12. #include "hello.rcv"