Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
816 B

  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 - 1993 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_