TVXSAMP.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // TVXSamp.h : TV Viewer sample application
  2. //
  3. // Copyright (C) 1997 Microsoft Corporation
  4. // All rights reserved.
  5. //
  6. // This source code is only intended as a supplement to the
  7. // Broadcast Architecture Programmer's Reference.
  8. // For detailed information regarding Broadcast
  9. // Architecture, see the reference.
  10. //
  11. //
  12. //
  13. #if !defined(AFX_TVXSAMP_H__FF521027_0CE4_11D1_98AE_080009DC95C5__INCLUDED_)
  14. #define AFX_TVXSAMP_H__FF521027_0CE4_11D1_98AE_080009DC95C5__INCLUDED_
  15. #if _MSC_VER >= 1000
  16. #pragma once
  17. #endif // _MSC_VER >= 1000
  18. #ifndef __AFXWIN_H__
  19. #error include 'stdafx.h' before including this file for PCH
  20. #endif
  21. #include "resource.h" // main symbols
  22. /////////////////////////////////////////////////////////////////////////////
  23. // CTVXSampApp:
  24. // See TVXSamp.cpp for the implementation of this class
  25. //
  26. class CTVXSampApp : public CWinApp
  27. {
  28. public:
  29. CTVXSampApp();
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CTVXSampApp)
  33. public:
  34. virtual BOOL InitInstance();
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. //{{AFX_MSG(CTVXSampApp)
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. //    DO NOT EDIT what you see in these blocks of generated code !
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_TVXSAMP_H__FF521027_0CE4_11D1_98AE_080009DC95C5__INCLUDED_)