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.

22 lines
1.1 KiB

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. //------------------------------------------------------------------//
  5. // //
  6. // Internal ID for WM_COMMAND of Indicator Window. //
  7. // //
  8. //------------------------------------------------------------------//
  9. #define CMDINDIC_REFRESHINDIC 249 //
  10. // //
  11. // defined in internat\exe\resource.h //
  12. // #define IDM_RMENU_WHATSTHIS 250 //
  13. // #define IDM_RMENU_HELPFINDER 251 //
  14. // #define IDM_RMENU_PROPERTIES 252 //
  15. // #define IDM_EXIT 253 //
  16. // #define IDM_RMENU_IMEHELP 254 //
  17. // //
  18. #define CMDINDIC_EXIT 259 //
  19. #ifdef __cplusplus
  20. }
  21. #endif