STATBAR.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 status bar module.
  10. //
  11. //-------------------------------------------------------------------------
  12. #define IDM_STATUSBAR       501
  13. #define IDM_TIMER           701
  14. #define TIMER_TIMEOUT       1000
  15. // System Menu string ID's
  16. #define IDS_SYSMENU         900
  17. // Global variables for status bar window
  18. extern HWND hWndStatusbar;
  19. // Function prototypes for status bar creation
  20. BOOL CreateSBar(HWND);
  21. void InitializeStatusBar(HWND);
  22. void UpdateStatusBar(LPSTR, WORD, WORD);