//------------------------------------------------------------------------------ // File: EZUIDs.h // // Desc: DirectShow sample code - special effects filter CLSIDs. // // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Special effects filter CLSID // { 8B498501-1218-11cf-ADC4-00A0D100041B } DEFINE_GUID(CLSID_EZrgb24, 0x8b498501, 0x1218, 0x11cf, 0xad, 0xc4, 0x0, 0xa0, 0xd1, 0x0, 0x4, 0x1b); // And the property page we support // { 8B498502-1218-11cf-ADC4-00A0D100041B } DEFINE_GUID(CLSID_EZrgb24PropertyPage, 0x8b498502, 0x1218, 0x11cf, 0xad, 0xc4, 0x0, 0xa0, 0xd1, 0x0, 0x4, 0x1b);