www.pudn.com > VirtualVCR-src-v2.6.9.zip > FlowMeterUIDs.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 __FLOWMETERUIDS__
#define __FLOWMETERUIDS__
// {C8D4F7B0-D598-4745-A84F-413F39B22A16}
DEFINE_GUID(CLSID_FlowMeter,
0xc8d4f7b0, 0xd598, 0x4745, 0xa8, 0x4f, 0x41, 0x3f, 0x39, 0xb2, 0x2a, 0x16);
// {00DEDD6C-E2FA-403b-9CA5-5647EDEA98F7}
DEFINE_GUID(CLSID_FlowMeterPropertyPage,
0xdedd6c, 0xe2fa, 0x403b, 0x9c, 0xa5, 0x56, 0x47, 0xed, 0xea, 0x98, 0xf7);
#endif