home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / internet / scripting / spruuids / inc_ext / vbsguids.h < prev   
Encoding:
C/C++ Source or Header  |  1997-08-12  |  1.0 KB  |  26 lines

  1. //=--------------------------------------------------------------------------=
  2. // VBSGuids.H
  3. //=--------------------------------------------------------------------------=
  4. // Copyright  1997  Microsoft Corporation.  All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // guids that we define locally
  13. //
  14. #ifndef _VBSGUIDS_H_
  15. #define _VBSGUIDS_H_
  16.  
  17.  
  18. // The GUID used to identify the coclass of the VB Script engine
  19. // {B54F3741-5B07-11cf-A4B0-00AA004A55E8}
  20. DEFINE_GUID(CLSID_VBScript, 
  21. 0xb54f3741, 0x5b07, 0x11cf, 0xa4, 0xb0, 0x0, 0xaa, 0x0, 0x4a, 0x55, 0xe8);
  22. #define szCLSID_VBScript "{B54F3741-5B07-11cf-A4B0-00AA004A55E8}"
  23. #endif // _VBSGUIDS_H_
  24.  
  25. //--- EOF -------------------------------------------------------------------
  26.