home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / rpc / yield / yieldc.rc < prev    next >
Text File  |  1995-11-14  |  405b  |  21 lines

  1. #include "windows.h"
  2. #include "yieldc.h"
  3.  
  4. GenericMenu MENU
  5. BEGIN
  6.     POPUP     "&Run"
  7.     BEGIN
  8.     MENUITEM "&Call the remote procedure", IDM_WAIT
  9.     MENUITEM SEPARATOR
  10.     MENUITEM "E&xit", IDM_EXIT
  11.     MENUITEM SEPARATOR
  12.     MENUITEM "&About RPC Yield...", IDM_ABOUT
  13.     END
  14.     POPUP     "&Options"
  15.     BEGIN
  16.     MENUITEM "&Bind", IDM_BIND
  17.     MENUITEM "&Yield", IDM_YIELD
  18.     END
  19. END
  20. #include "yieldc.dlg"
  21.