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.

59 lines
1.8 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // ConstDef.h
  7. //
  8. // Abstract:
  9. // Definitions of constants used in the Cluster Administrator program.
  10. //
  11. // Author:
  12. // David Potter (davidp) December 23, 1996
  13. //
  14. // Revision History:
  15. //
  16. // Notes:
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. #ifndef _CONSTDEF_H_
  20. #define _CONSTDEF_H_
  21. /////////////////////////////////////////////////////////////////////////////
  22. // Constant Definitions
  23. /////////////////////////////////////////////////////////////////////////////
  24. // Service Names
  25. // Resource Names
  26. #define RESNAME_NETWORK_NAME _T("Network Name")
  27. // Property Names
  28. #define REGPARAM_CONNECTIONS _T("Connections")
  29. #define REGPARAM_COLUMNS _T("Columns")
  30. #define REGPARAM_SELECTION _T("Selection")
  31. #define REGPARAM_SETTINGS _T("Settings")
  32. #define REGPARAM_WINDOW_POS _T("WindowPos")
  33. #define REGPARAM_SPLITTER_BAR_POS _T("SplitterBarPos")
  34. #define REGPARAM_WINDOW_COUNT _T("WindowCount")
  35. #define REGPARAM_SHOW_TOOL_BAR _T("ShowToolBar")
  36. #define REGPARAM_SHOW_STATUS_BAR _T("ShowStatusBar")
  37. #define REGPARAM_EXPANDED _T("Expanded")
  38. #define REGPARAM_VIEW _T("View")
  39. #define REGPARAM_PARAMETERS _T("Parameters")
  40. #define REGPARAM_NAME _T("Name")
  41. /////////////////////////////////////////////////////////////////////////////
  42. // User Window Messages
  43. /////////////////////////////////////////////////////////////////////////////
  44. #define WM_CAM_RESTORE_DESKTOP (WM_USER + 1)
  45. #define WM_CAM_CLUSTER_NOTIFY (WM_USER + 2)
  46. #define WM_CAM_UNLOAD_EXTENSION (WM_USER + 3)
  47. /////////////////////////////////////////////////////////////////////////////
  48. #endif // _CONSTDEF_H_