TOOLBAR.H
资源名称:tapisamp.rar [点击查看]
上传用户:woweijixie
上传日期:2018-12-11
资源大小:131k
文件大小:1k
源码类别:
TAPI编程
开发平台:
Visual C++
- // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
- // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
- // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
- // PARTICULAR PURPOSE.
- //
- // Copyright (C) 1995 Microsoft Corporation. All Rights Reserved.
- //
- // PURPOSE:
- // Contains declarations for the toolbar module.
- //
- //-------------------------------------------------------------------------
- #define IDM_TOOLBAR 500 // ID for the toolbar.
- #define IDB_BMP 700 // Bitmap ID for the toolbar.
- // Global variable for Toolbar window
- extern HWND hWndToolbar;
- // Function protoptype for Creating Toolbar
- BOOL CreateTBar(HWND);
- void EnableMakeCall(HWND hWnd, BOOL bEnable);
- void EnableHangupCall(HWND hWnd, BOOL bEnable);