www.pudn.com > VirtualVCR-src-v2.6.9.zip > HistogramUIDs.h


/* 
	Virtual VCR 
    Copyright (C) 2002  Shaun Faulds 
 
    This program is free software; you can redistribute it and/or modify 
    it under the terms of the GNU General Public License as published by 
    the Free Software Foundation; either version 2 of the License, or 
    (at your option) any later version. 
 
    This program is distributed in the hope that it will be useful, 
    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    GNU General Public License for more details. 
 
    You should have received a copy of the GNU General Public License 
    along with this program; if not, write to the Free Software 
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
 
	Acknowledgments: 
	This application and associated filters are based on the examples 
	from the Microsoft DirectX DirectShow SDK. 
*/ 
 
 
#ifndef __IHistogramGUIDs__ 
#define __IHistogramGUIDs__ 
 
// {17219571-737C-4946-AA16-517C84B4AA3E} 
DEFINE_GUID(CLSID_Histogram, 
0x17219571, 0x737c, 0x4946, 0xaa, 0x16, 0x51, 0x7c, 0x84, 0xb4, 0xaa, 0x3e); 
 
 
// {44023435-D8FC-41fe-9ECA-F46435DADBCC} 
DEFINE_GUID(CLSID_HistogramPropertyPage, 
0x44023435, 0xd8fc, 0x41fe, 0x9e, 0xca, 0xf4, 0x64, 0x35, 0xda, 0xdb, 0xcc); 
 
#endif