home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / prog_pm / chap15 / typeclip.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-01-09  |  262 b   |  12 lines

  1. /*------------------------
  2.    TYPECLIP.H header file
  3.   ------------------------*/
  4.  
  5. #define ID_RESOURCE      1
  6.  
  7. #define IDM_EDIT         10
  8. #define IDM_CUT          11
  9. #define IDM_COPY         12
  10. #define IDM_PASTE        13
  11. #define IDM_CLEAR        14
  12.