home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / inole2 / chap02 / malloc1 / malloc1.res / malloc1.rc < prev   
Text (UTF-16)  |  1998-03-30  |  974b  |  24 lines

  1. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  2.  
  3. 1 MENU
  4. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  5. {
  6.   POPUP "&Allocator"
  7.   {
  8.     MENUITEM "&CoGetMalloc",  100
  9.     MENUITEM "&Release",  101
  10.     MENUITEM SEPARATOR
  11.     MENUITEM "&Alloc",  102
  12.     MENUITEM "&Free",  103
  13.     MENUITEM "&Realloc",  104
  14.     MENUITEM "&GetSize",  105
  15.     MENUITEM "&DidAlloc",  106
  16.     MENUITEM "&HeapMinimize",  107
  17.     MENUITEM SEPARATOR
  18.     MENUITEM "&Exit",  108
  19.   }
  20. }
  21.  
  22. ICON ICON "ICON.ico"
  23.  
  24.