www.pudn.com > RBGContrast.rar > contuids.h


//------------------------------------------------------------------------------ 
// File: ContUIDs.h 
// 
// Desc: DirectShow sample code - CLSID's used by the contrast filter. 
// 
// Copyright (c) Microsoft Corporation.  All rights reserved. 
//------------------------------------------------------------------------------ 
 
 
// 
// Contrast Filter Object 
// 
// { fd501043-8ebe-11ce-8183-00aa00577da1 } 
DEFINE_GUID(CLSID_Contrast, 
0xfd501043, 0x8ebe, 0x11ce, 0x81, 0x83, 0x00, 0xaa, 0x00, 0x57, 0x7d, 0xa1); 
 
// 
// Contrast Property Page 
// 
// { fd501044-8ebe-11ce-8183-00aa00577da1 } 
DEFINE_GUID(CLSID_ContrastPropertyPage, 
0xfd501044, 0x8ebe, 0x11ce, 0x81, 0x83, 0x00, 0xaa, 0x00, 0x57, 0x7d, 0xa1);