WB.h
资源名称:视频会议系统.rar [点击查看]
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
Visual C++
- // WB.h : main header file for the WB DLL
- //
- #if !defined(AFX_WB_H__231D0438_BC35_4DB0_B11B_A23DDF548ED1__INCLUDED_)
- #define AFX_WB_H__231D0438_BC35_4DB0_B11B_A23DDF548ED1__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- extern "C" __declspec( dllimport ) bool ScrollBar( HWND hWnd );
- extern "C" __declspec( dllimport ) bool Button( HWND hWnd );
- extern "C" __declspec( dllimport ) bool ToolTip( HWND hWnd , const char * szTip );
- /////////////////////////////////////////////////////////////////////////////
- // CWBApp
- // See WB.cpp for the implementation of this class
- //
- class CWBApp : public CWinApp
- {
- public:
- CWBApp();
- //{{AFX_VIRTUAL(CWBApp)
- //}}AFX_VIRTUAL
- //{{AFX_MSG(CWBApp)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_WB_H__231D0438_BC35_4DB0_B11B_A23DDF548ED1__INCLUDED_)