www.pudn.com > VirtualVCR-src-v2.6.9.zip > VideoCropUIDs.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 __VideoCropUIDs__ 
#define __VideoCropUIDs__ 
 
// {A88C1185-0E40-45e6-888A-F1B25BAB75BC} 
DEFINE_GUID(CLSID_VideoCrop,  
0xa88c1185, 0xe40, 0x45e6, 0x88, 0x8a, 0xf1, 0xb2, 0x5b, 0xab, 0x75, 0xbc); 
 
 
// {7764E704-1959-435f-BE68-052D29BDCEDE} 
DEFINE_GUID(CLSID_VideoCropPropertyPage,  
0x7764e704, 0x1959, 0x435f, 0xbe, 0x68, 0x5, 0x2d, 0x29, 0xbd, 0xce, 0xde); 
 
#endif