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.

65 lines
1.5 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996-1998 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // CluAdmExHostSvr.idl
  7. //
  8. // Abstract:
  9. // Definition of COM interfaces for Cluster Administrator extension
  10. // host servers (e.g. Cluster Administrator).
  11. //
  12. // Author:
  13. // David Potter (davidp) May 11, 1998
  14. //
  15. // Revision History:
  16. //
  17. // Notes:
  18. // Based on CluAdmID.idl.
  19. //
  20. /////////////////////////////////////////////////////////////////////////////
  21. // This file will be processed by the MIDL tool to
  22. // produce the type library (CluAdmExHostSvr.tlb) and marshalling code.
  23. [
  24. uuid(5B0B99E0-E925-11D1-873C-00C04FA34945),
  25. version(1.0),
  26. helpstring("CluAdmExHostSvr 5.0 Type Library")
  27. ]
  28. library CLUADMEXHOSTSVRLib
  29. {
  30. importlib("stdole2.tlb");
  31. import "CluAdmEx.idl";
  32. [
  33. uuid(5B0B99E1-E925-11D1-873C-00C04FA34945),
  34. helpstring("CoCluAdmExHostSvr Class")
  35. ]
  36. coclass CoCluAdmExHostSvr
  37. {
  38. [default] interface IWCPropertySheetCallback;
  39. interface IWCWizardCallback;
  40. interface IWCContextMenuCallback;
  41. };
  42. [
  43. uuid(5B0B99E2-E925-11D1-873C-00C04FA34945),
  44. helpstring("CoCluAdmExHostSvrData Class")
  45. ]
  46. coclass CoCluAdmExHostSvrData
  47. {
  48. [default] interface IDataObject;
  49. #ifdef NEVER
  50. interface IGetClusterUIInfo;
  51. interface IGetClusterDataInfo;
  52. interface IGetClusterObjectInfo;
  53. interface IGetClusterNodeInfo;
  54. interface IGetClusterGroupInfo;
  55. interface IGetClusterResourceInfo;
  56. interface IGetClusterNetworkInfo;
  57. interface IGetClusterNetInterfaceInfo;
  58. #endif
  59. };
  60. };