Leaked source code of windows server 2003
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.

28 lines
686 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5. IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6. PURPOSE.
  7. --*/
  8. #include "windows.h"
  9. #include "testapp.h"
  10. GenericMenu MENU
  11. {
  12. POPUP "&Action"
  13. {
  14. MENUITEM "&Open all Miniport", IDM_OPEN
  15. MENUITEM "&Close all handles", IDM_CLOSE
  16. MENUITEM "&Ioctl to Control Device", IDM_CTL_IOCTL
  17. MENUITEM "Clea&r Display", IDM_CLEAR
  18. MENUITEM "E&xit", IDM_EXIT
  19. }
  20. }