Annotation of q_a/samples/threads/res.rc, revision 1.1

1.1     ! root        1: #include "windows.h"
        !             2: #include "threads.h"
        !             3: 
        !             4: Thread_Menu MENU
        !             5:     BEGIN 
        !             6:     POPUP "Suspend Threads"
        !             7:         BEGIN 
        !             8:         MENUITEM "Green Thread",  IDM_SUSPENDGREEN
        !             9:         MENUITEM "Red Thread",    IDM_SUSPENDRED
        !            10:         END 
        !            11:     POPUP "Resume Threads"
        !            12:         BEGIN 
        !            13:         MENUITEM "Green Thread",  IDM_RESUMEGREEN
        !            14:         MENUITEM "Red Thread",    IDM_RESUMERED
        !            15:         END 
        !            16:     POPUP "Set Priorities"
        !            17:         BEGIN 
        !            18:           POPUP "... of Green Thread"
        !            19:               BEGIN
        !            20:               MENUITEM "Lowest",          IDM_GLOW
        !            21:               MENUITEM "Below Normal",    IDM_GBNORM
        !            22:               MENUITEM "Normal",          IDM_GNORM
        !            23:               MENUITEM "Above Normal",    IDM_GANORM
        !            24:               MENUITEM "Highest",         IDM_GHIGH
        !            25:               END
        !            26:           POPUP "... of Red Thread"
        !            27:               BEGIN
        !            28:               MENUITEM "Lowest",          IDM_RLOW
        !            29:               MENUITEM "Below Normal",    IDM_RBNORM
        !            30:               MENUITEM "Normal",          IDM_RNORM
        !            31:               MENUITEM "Above Normal",    IDM_RANORM
        !            32:               MENUITEM "Highest",         IDM_RHIGH
        !            33:               END
        !            34:         END
        !            35:     END

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.