home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / activex / inetsdk / samples / axscript / spruuids / src / guids.h < prev    next >
Encoding:
Text File  |  1996-07-15  |  1.1 KB  |  21 lines

  1. //---------------------------------------------------------------------------
  2. // Guids.H
  3. //---------------------------------------------------------------------------
  4. // Guids that we define locally
  5. //---------------------------------------------------------------------------
  6. // (C) Copyright 1995-1996 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.