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.
- //
- //--------------------------------------------------------------------------;
- //
- // nulluids.h
- //
-
- // The CLSID's used by the Null-In-Place filter
-
- //
- // Null-InPlace Filter Object
- // {52b63860-dc93-11ce-a099-00aa00479a58}
- DEFINE_GUID(CLSID_NullInPlace,
- 0x52b63860, 0xdc93, 0x11ce, 0xa0, 0x99, 0x00, 0xaa, 0x00, 0x47, 0x9a, 0x58);
-
-
- // Null-InPlace Filters propertypage
- // {8928AD20-2FEE-11cf-BCB1-444553540000}
- DEFINE_GUID(CLSID_NullIPPropertyPage,
- 0x8928ad20, 0x2fee, 0x11cf, 0xbc, 0xb1, 0x44, 0x45, 0x53, 0x54, 0x0, 0x0);
-
-