PropsAbout.cpp

Go to the documentation of this file.
00001 #include "stdafx.h"
00002 #include "propsabout.h"
00003 
00004 
00005 PropsAbout::PropsAbout(LPUNKNOWN inUnk, HRESULT* outHR)
00006         :       CBasePropertyPage(NAME("illiminable Directshow Filters"), inUnk, IDD_ILLIMINABLE_ABOUT, IDS_ILLI_ABOUT_STRING_TITLE)
00007 
00008 {
00009         *outHR = S_OK;
00010 }
00011 
00012 PropsAbout::~PropsAbout(void)
00013 {
00014 }
00015 
00016 CUnknown* PropsAbout::CreateInstance(LPUNKNOWN inUnk, HRESULT* outHR)
00017 {
00018     return new PropsAbout(inUnk, outHR);
00019 }

Generated on Tue Feb 15 14:54:19 2005 for oggdsf by  doxygen 1.3.9