WB.h
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. // WB.h : main header file for the WB DLL
  2. //
  3. #if !defined(AFX_WB_H__231D0438_BC35_4DB0_B11B_A23DDF548ED1__INCLUDED_)
  4. #define AFX_WB_H__231D0438_BC35_4DB0_B11B_A23DDF548ED1__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. extern "C" __declspec( dllimport ) bool ScrollBar( HWND hWnd );
  13. extern "C" __declspec( dllimport ) bool Button( HWND hWnd );
  14. extern "C" __declspec( dllimport ) bool ToolTip( HWND hWnd , const char * szTip );
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CWBApp
  17. // See WB.cpp for the implementation of this class
  18. //
  19. class CWBApp : public CWinApp
  20. {
  21. public:
  22. CWBApp();
  23. //{{AFX_VIRTUAL(CWBApp)
  24. //}}AFX_VIRTUAL
  25. //{{AFX_MSG(CWBApp)
  26. //}}AFX_MSG
  27. DECLARE_MESSAGE_MAP()
  28. };
  29. /////////////////////////////////////////////////////////////////////////////
  30. //{{AFX_INSERT_LOCATION}}
  31. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  32. #endif // !defined(AFX_WB_H__231D0438_BC35_4DB0_B11B_A23DDF548ED1__INCLUDED_)