home *** CD-ROM | disk | FTP | other *** search
- //==========================================================================;
- //
- // 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.
- //
- // Copyright (c) 1992 - 1996 Microsoft Corporation. All Rights Reserved.
- //
- //--------------------------------------------------------------------------;
- //
- // garguids.h
- //
-
- // The CLSID's used by the gargle filter
-
- //
- // Gargle Filter Object
- // {d616f350-d622-11ce-aac5-0020af0b99a3}
- DEFINE_GUID(CLSID_Gargle,
- 0xd616f350, 0xd622, 0x11ce, 0xaa, 0xc5, 0x00, 0x20, 0xaf, 0x0b, 0x99, 0xa3);
-
-
- //
- // Gargle Filter Property page
- // {d616f351-d622-11ce-aac5-0020af0b99a3}
- DEFINE_GUID(CLSID_GargProp,
- 0xd616f351, 0xd622, 0x11ce, 0xaa, 0xc5, 0x00, 0x20, 0xaf, 0x0b, 0x99, 0xa3);
-
- //
- // Note: IGargle's uuid is defined with the interface, see IGargle.h
- // IGargle is a private interface created by the filter.
- // The filter object and the property page defined here are public interfaces
- // that can be called by an application or another filter.
-
-