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 / guids.h < prev    next >
Encoding:
Text File  |  1997-08-12  |  1.1 KB  |  21 lines

  1. //---------------------------------------------------------------------------
  2. // Guids.H
  3. //---------------------------------------------------------------------------
  4. // Guids that we define locally
  5. //---------------------------------------------------------------------------
  6. // (C) Copyright 1995-1997 by Microsoft Corporation.  All rights reserved.
  7. //
  8. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  9. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  10. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  11. // PARTICULAR PURPOSE.
  12. //---------------------------------------------------------------------------
  13.  
  14. //---------------------------------------------------------------------------
  15. // Blah, blah blah blech blah.
  16. //---------------------------------------------------------------------------
  17. // {149BBC40-2A4E-11cf-A4B0-00AA004A55E8}
  18. DEFINE_GUID(IID_IFoo, 0x149bbc40, 0x2a4e, 0x11cf, 0xa4, 0xb0, 0x0, 0xaa, 0x0, 0x4a, 0x55, 0xe8);
  19.  
  20. //--- EOF -------------------------------------------------------------------
  21.