TOOLBAR.H
上传用户:woweijixie
上传日期:2018-12-11
资源大小:131k
文件大小:1k
源码类别:

TAPI编程

开发平台:

Visual C++

  1. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. // PARTICULAR PURPOSE.
  5. //
  6. // Copyright (C) 1995  Microsoft Corporation.  All Rights Reserved.
  7. //
  8. // PURPOSE:
  9. //    Contains declarations for the toolbar module.
  10. //
  11. //-------------------------------------------------------------------------
  12. #define IDM_TOOLBAR         500 // ID for the toolbar.
  13. #define IDB_BMP             700 // Bitmap ID for the toolbar.
  14. // Global variable for Toolbar window
  15. extern HWND hWndToolbar;
  16. // Function protoptype for Creating Toolbar
  17. BOOL CreateTBar(HWND);
  18. void EnableMakeCall(HWND hWnd, BOOL bEnable);
  19. void EnableHangupCall(HWND hWnd, BOOL bEnable);