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

Annotation of /trunk/dshow/src/CAbout.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (view) (download)
Original Path: branches/dshow/dshow/src/CAbout.h

1 : Isibaar 6 #ifndef _CABOUT_H_
2 :     #define _CABOUT_H_
3 :    
4 :     #include <streams.h>
5 :    
6 :    
7 :     DEFINE_GUID(CLSID_CABOUT,
8 :     0x00000001, 0x4fef, 0x40d3, 0xb3, 0xfa, 0xe0, 0x53, 0x1b, 0x89, 0x7f, 0x98);
9 :    
10 :    
11 :     class CAbout : public CBasePropertyPage
12 :     {
13 :     public:
14 :     static CUnknown * WINAPI CreateInstance(LPUNKNOWN lpunk, HRESULT * phr);
15 :    
16 :     CAbout(LPUNKNOWN pUnk, HRESULT * phr);
17 :     ~CAbout();
18 :    
19 :     BOOL OnReceiveMessage(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
20 :     };
21 :    
22 :     #endif /* _CABOUT_H_ */

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