home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / window / getctask.rc < prev    next >
Encoding:
Text File  |  1988-08-11  |  131 b   |  9 lines

  1. #include "windows.h"
  2. #include "getctask.h"
  3.  
  4. GetCTaskMenu     MENU
  5. BEGIN
  6.     MENUITEM  "&Trash Window",      IDM_TRASH
  7. END
  8.  
  9.