home *** CD-ROM | disk | FTP | other *** search
- //=--------------------------------------------------------------------------=
- // VBSGuids.H
- //=--------------------------------------------------------------------------=
- // Copyright 1997 Microsoft Corporation. All Rights Reserved.
- //
- // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
- // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
- // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
- // PARTICULAR PURPOSE.
- //=--------------------------------------------------------------------------=
- //
- // guids that we define locally
- //
- #ifndef _VBSGUIDS_H_
- #define _VBSGUIDS_H_
-
-
- // The GUID used to identify the coclass of the VB Script engine
- // {B54F3741-5B07-11cf-A4B0-00AA004A55E8}
- DEFINE_GUID(CLSID_VBScript,
- 0xb54f3741, 0x5b07, 0x11cf, 0xa4, 0xb0, 0x0, 0xaa, 0x0, 0x4a, 0x55, 0xe8);
- #define szCLSID_VBScript "{B54F3741-5B07-11cf-A4B0-00AA004A55E8}"
- #endif // _VBSGUIDS_H_
-
- //--- EOF -------------------------------------------------------------------
-