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

Diff of /xvidcore/dshow/src/CAbout.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1, Sat Feb 22 08:22:03 2003 UTC revision 1.1.2.1, Sat Feb 22 08:22:03 2003 UTC
# Line 0  Line 1 
1    #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_ */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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