|
|
1.1.1.2 ! 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: 1.1 root 13: #include "windows.h" 14: #include "threads.h" 15: 16: Thread_Menu MENU 17: BEGIN 18: POPUP "Suspend Threads" 19: BEGIN 20: MENUITEM "Green Thread", IDM_SUSPENDGREEN 21: MENUITEM "Red Thread", IDM_SUSPENDRED 22: END 23: POPUP "Resume Threads" 24: BEGIN 25: MENUITEM "Green Thread", IDM_RESUMEGREEN 26: MENUITEM "Red Thread", IDM_RESUMERED 27: END 28: POPUP "Set Priorities" 29: BEGIN 30: POPUP "... of Green Thread" 31: BEGIN 1.1.1.2 ! root 32: MENUITEM "Idle" IDM_GIDLE 1.1 root 33: MENUITEM "Lowest", IDM_GLOW 34: MENUITEM "Below Normal", IDM_GBNORM 35: MENUITEM "Normal", IDM_GNORM 36: MENUITEM "Above Normal", IDM_GANORM 37: MENUITEM "Highest", IDM_GHIGH 1.1.1.2 ! root 38: MENUITEM "Time Critical", IDM_GTC 1.1 root 39: END 40: POPUP "... of Red Thread" 41: BEGIN 1.1.1.2 ! root 42: MENUITEM "Idle", IDM_RIDLE 1.1 root 43: MENUITEM "Lowest", IDM_RLOW 44: MENUITEM "Below Normal", IDM_RBNORM 45: MENUITEM "Normal", IDM_RNORM 46: MENUITEM "Above Normal", IDM_RANORM 47: MENUITEM "Highest", IDM_RHIGH 1.1.1.2 ! root 48: MENUITEM "Time Critical", IDM_RTC 1.1 root 49: END 50: END 51: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.