File:  [WindowsNT SDKs] / ntddk / src / network / packet / testapp / hellowin.rc
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:31:12 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntddk-nov-1993, HEAD
Microsoft Windows NT Build 511 (DDK SDK) 11-01-1993

#include "windows.h"

#include "hellowin.h"
;


GenericMenu MENU
  {
    POPUP    "Adapter"
    {
      MENUITEM "Open",  IDM_OPEN
      MENUITEM "Close", IDM_CLOSE
      MENUITEM "Read",  IDM_READ
      MENUITEM "Send",  IDM_SEND
      MENUITEM "Reset", IDM_RESET
      MENUITEM SEPARATOR
      MENUITEM "About...",IDM_ABOUT
    }

    POPUP    "Filter"
    {
      MENUITEM "None",          IDM_NO_FILTER
      MENUITEM "Directed",      IDM_DIRECTED
      MENUITEM "Multicast",     IDM_MULTICAST
      MENUITEM "Broadcast",     IDM_BROADCAST
      MENUITEM "All-Multicast", IDM_ALL_MULTICAST
      MENUITEM "Promiscuous",   IDM_PROMISCUOUS
    }

  }

unix.superglobalmegacorp.com

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