Annotation of ntddk/src/network/packet/testapp/hellowin.rc, revision 1.1

1.1     ! root        1: #include "windows.h"
        !             2: 
        !             3: #include "hellowin.h"
        !             4: ;
        !             5: 
        !             6: 
        !             7: GenericMenu MENU
        !             8:   {
        !             9:     POPUP    "Adapter"
        !            10:     {
        !            11:       MENUITEM "Open",  IDM_OPEN
        !            12:       MENUITEM "Close", IDM_CLOSE
        !            13:       MENUITEM "Read",  IDM_READ
        !            14:       MENUITEM "Send",  IDM_SEND
        !            15:       MENUITEM "Reset", IDM_RESET
        !            16:       MENUITEM SEPARATOR
        !            17:       MENUITEM "About...",IDM_ABOUT
        !            18:     }
        !            19: 
        !            20:     POPUP    "Filter"
        !            21:     {
        !            22:       MENUITEM "None",          IDM_NO_FILTER
        !            23:       MENUITEM "Directed",      IDM_DIRECTED
        !            24:       MENUITEM "Multicast",     IDM_MULTICAST
        !            25:       MENUITEM "Broadcast",     IDM_BROADCAST
        !            26:       MENUITEM "All-Multicast", IDM_ALL_MULTICAST
        !            27:       MENUITEM "Promiscuous",   IDM_PROMISCUOUS
        !            28:     }
        !            29: 
        !            30:   }

unix.superglobalmegacorp.com

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