snd.h
上传用户:wen82zi81
上传日期:2007-01-03
资源大小:40k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. // snd.h : main header file for the SND application
  2. //
  3. #if !defined(AFX_SND_H__2AAD2285_7424_11D2_8045_540610C10374__INCLUDED_)
  4. #define AFX_SND_H__2AAD2285_7424_11D2_8045_540610C10374__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CSndApp:
  14. // See snd.cpp for the implementation of this class
  15. //
  16. class CSndApp : public CWinApp
  17. {
  18. public:
  19. CSndApp();
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CSndApp)
  23. public:
  24. virtual BOOL InitInstance();
  25. virtual int ExitInstance();
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. //{{AFX_MSG(CSndApp)
  29. afx_msg void OnAppAbout();
  30. afx_msg void OnSoundOutStart();
  31. afx_msg void OnSoundInStop();
  32. afx_msg void OnSoundInStart();
  33. afx_msg void OnSoundOutStop();
  34. afx_msg void OnGeneParams();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_SND_H__2AAD2285_7424_11D2_8045_540610C10374__INCLUDED_)