CNTRRC.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /*************************************************************************
  2. **
  3. **    OLE 2.0 Container Sample Code
  4. **
  5. **    cntrrc.h
  6. **
  7. **    This file contains constants used in rc file for CNTROUTL.EXE
  8. **
  9. **    (c) Copyright Microsoft Corp. 1992 - 1996 All Rights Reserved
  10. **
  11. *************************************************************************/
  12. #if !defined( _CNTRRC_H_ )
  13. #define _CNTRRC_H_
  14. #ifndef RC_INVOKED
  15. #pragma message ("INCLUDING CNTRRC.H from " __FILE__)
  16. #endif  /* RC_INVOKED */
  17. #define IDM_E_INSERTOBJECT          2700
  18. #define IDM_E_EDITLINKS             3300
  19. #define IDM_E_PASTELINK             2750
  20. #define IDM_E_CONVERTVERB           9000
  21. #define IDM_E_OBJECTVERBMIN         10000
  22. #define IDM_D_INSIDEOUT             2755
  23. #define WM_U_UPDATEOBJECTEXTENT     WM_USER+1
  24. #endif // _CNTRRC_H_