home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // oleconst.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: oleconst.pas
- //----------------------------------------------------------------------------
- #ifndef oleconstHPP
- #define oleconstHPP
- //----------------------------------------------------------------------------
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Oleconst
- {
- //-- type declarations -------------------------------------------------------
- //-- var, const, procedure ---------------------------------------------------
- #define SBadPropValue System::Integer(62208)
- #define SCannotActivate System::Integer(62209)
- #define SNoWindowHandle System::Integer(62210)
- #define SOleError System::Integer(62211)
- #define SVarNotObject System::Integer(62212)
- #define SVarNotAutoObject System::Integer(62213)
- #define SNoMethod System::Integer(62214)
- #define SLinkProperties System::Integer(62215)
- #define SInvalidLinkSource System::Integer(62216)
- #define SCannotBreakLink System::Integer(62217)
- #define SLinkedObject System::Integer(62218)
- #define SEmptyContainer System::Integer(62219)
- #define SInvalidVerb System::Integer(62220)
- #define SPropDlgCaption System::Integer(62221)
- #define SInvalidStreamFormat System::Integer(62222)
- #define SInvalidLicense System::Integer(62223)
- #define SNotLicensed System::Integer(62224)
-
- } /* namespace Oleconst */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Oleconst;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // oleconst
-