home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / mac / SiteBldr / AMOVIE / SDK / _SETUP / COMMON.Z / garguids.h < prev    next >
Encoding:
Text File  |  1996-01-25  |  1.2 KB  |  36 lines

  1. //==========================================================================;
  2. //
  3. //  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4. //  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5. //  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6. //  PURPOSE.
  7. //
  8. //  Copyright (c) 1992 - 1996  Microsoft Corporation.  All Rights Reserved.
  9. //
  10. //--------------------------------------------------------------------------;
  11. //
  12. // garguids.h
  13. //
  14.  
  15. // The CLSID's used by the gargle filter
  16.  
  17. //
  18. // Gargle Filter Object
  19. // {d616f350-d622-11ce-aac5-0020af0b99a3}
  20. DEFINE_GUID(CLSID_Gargle,
  21. 0xd616f350, 0xd622, 0x11ce, 0xaa, 0xc5, 0x00, 0x20, 0xaf, 0x0b, 0x99, 0xa3);
  22.  
  23.  
  24. //
  25. // Gargle Filter Property page
  26. // {d616f351-d622-11ce-aac5-0020af0b99a3}
  27. DEFINE_GUID(CLSID_GargProp,
  28. 0xd616f351, 0xd622, 0x11ce, 0xaa, 0xc5, 0x00, 0x20, 0xaf, 0x0b, 0x99, 0xa3);
  29.  
  30. //
  31. //  Note: IGargle's uuid is defined with the interface, see IGargle.h
  32. //  IGargle is a private interface created by the filter.
  33. //  The filter object and the property page defined here are public interfaces
  34. //  that can be called by an application or another filter.
  35.  
  36.