[cvs] / dshow / src / CAbout.h Repository:
ViewVC logotype

View of /dshow/src/CAbout.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (download) (annotate) (vendor branch)
Fri Mar 8 19:54:02 2002 UTC (22 years, 1 month ago) by Isibaar
Branch: dshow, MAIN
CVS Tags: tag-branching-20020904, release-0_9_0, release-0_9_1, start, HEAD
Branch point for: dev-api-3
Changes since 1.1: +0 -0 lines
initial import
#ifndef _CABOUT_H_
#define _CABOUT_H_

#include <streams.h>


DEFINE_GUID(CLSID_CABOUT, 
	0x00000001, 0x4fef, 0x40d3, 0xb3, 0xfa, 0xe0, 0x53, 0x1b, 0x89, 0x7f, 0x98);


class CAbout : public CBasePropertyPage
{
public:
	static CUnknown * WINAPI CreateInstance(LPUNKNOWN lpunk, HRESULT * phr);

	CAbout(LPUNKNOWN pUnk, HRESULT * phr);
	~CAbout();

	BOOL OnReceiveMessage(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
};

#endif /* _CABOUT_H_ */

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4