Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.2 KiB

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1993-1994
  4. *
  5. * TITLE: BMPUBLIC.H
  6. *
  7. * VERSION: 2.0
  8. *
  9. * AUTHOR: Tracy Sharpe
  10. *
  11. * DATE: 20 Feb 1994
  12. *
  13. * Public definitions of the battery meter tray applet. Used for communication
  14. * between the control panel and the battery meter.
  15. *
  16. ********************************************************************************
  17. *
  18. * CHANGE LOG:
  19. *
  20. * DATE REV DESCRIPTION
  21. * ----------- --- -------------------------------------------------------------
  22. * 20 Feb 1994 TCS Original implementation.
  23. *
  24. *******************************************************************************/
  25. #ifndef _INC_BMPUBLIC
  26. #define _INC_BMPUBLIC
  27. #define BATTERYMETER_CLASSNAME "BatteryMeter_Main"
  28. // Initialize the contents of the BatteryMeter window.
  29. #define BMWM_INITDIALOG (WM_USER + 0)
  30. // Private tray icon notification message sent to the BatteryMeter window.
  31. #define BMWM_NOTIFYICON (WM_USER + 1)
  32. // Private tray icon notification message sent to the BatteryMeter window.
  33. #define BMWM_DESTROY (WM_USER + 2)
  34. #endif // _INC_BMPUBLIC