home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / OLECONST.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-06  |  1.6 KB  |  40 lines

  1. //----------------------------------------------------------------------------
  2. // oleconst.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: oleconst.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef oleconstHPP
  6. #define oleconstHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef SystemHPP
  9. #include <System.hpp>
  10. #endif
  11.  
  12. namespace Oleconst
  13. {
  14. //-- type declarations -------------------------------------------------------
  15. //-- var, const, procedure ---------------------------------------------------
  16. #define SBadPropValue System::Integer(62208)
  17. #define SCannotActivate System::Integer(62209)
  18. #define SNoWindowHandle System::Integer(62210)
  19. #define SOleError System::Integer(62211)
  20. #define SVarNotObject System::Integer(62212)
  21. #define SVarNotAutoObject System::Integer(62213)
  22. #define SNoMethod System::Integer(62214)
  23. #define SLinkProperties System::Integer(62215)
  24. #define SInvalidLinkSource System::Integer(62216)
  25. #define SCannotBreakLink System::Integer(62217)
  26. #define SLinkedObject System::Integer(62218)
  27. #define SEmptyContainer System::Integer(62219)
  28. #define SInvalidVerb System::Integer(62220)
  29. #define SPropDlgCaption System::Integer(62221)
  30. #define SInvalidStreamFormat System::Integer(62222)
  31. #define SInvalidLicense System::Integer(62223)
  32. #define SNotLicensed System::Integer(62224)
  33.  
  34. }    /* namespace Oleconst */
  35. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  36. using namespace Oleconst;
  37. #endif
  38. //-- end unit ----------------------------------------------------------------
  39. #endif    // oleconst
  40.