Source code of Windows XP (NT5)
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.

33 lines
838 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright � 1998 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // MSClusDisp.h
  7. //
  8. // Abstract:
  9. // Definition of the MSClus DISPIDs
  10. //
  11. // Implementation File:
  12. // None.
  13. //
  14. // Author:
  15. // Galen Barbee (galenb) 02-Oct-1998
  16. //
  17. // Revision History:
  18. //
  19. // Notes:
  20. //
  21. /////////////////////////////////////////////////////////////////////////////
  22. #ifndef _MSCLUSDISP_H_
  23. #define DISPID_CLUSOBJ_NAME ( ( 0x40 << 24 ) | ( 1 << 16 ) | 1 )
  24. #define DISPID_CLUSTER_NAME ( ( 0x40 << 24 ) | ( 2 << 16 ) | 1 )
  25. #define DISPID_CLUSNETWORK_NAME ( ( 0x40 << 24 ) | ( 2 << 16 ) | 1 )
  26. #define DISPID_CLUSRESGROUP_NAME ( ( 0x40 << 24 ) | ( 2 << 16 ) | 1 )
  27. #define DISPID_CLUSRESOURCE_NAME ( ( 0x40 << 24 ) | ( 2 << 16 ) | 1 )
  28. #define _MSCLUSDISP_H_
  29. #endif // _MSCLUSDISP_H_