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.

61 lines
1.4 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // CluAdmID.idl
  7. //
  8. // Abstract:
  9. // Definition of COM interfaces for the Cluster Administrator.
  10. //
  11. // Author:
  12. // David Potter (davidp) August 28, 1996
  13. //
  14. // Revision History:
  15. //
  16. // Notes:
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. // This file will be processed by the MIDL tool to
  20. // produce the type library (CluAdmin.tlb) and marshalling code.
  21. [
  22. uuid(3E5B90C0-FFA6-11CF-B5F5-00A0C90AB505),
  23. version(1.0),
  24. helpstring("CluAdmin 1.0 Type Library")
  25. ]
  26. library CLUADMINLib
  27. {
  28. importlib("stdole2.tlb");
  29. import "cluadmex.idl";
  30. [
  31. uuid(3E5B90C1-FFA6-11CF-B5F5-00A0C90AB505),
  32. helpstring("CoCluAdmin Class")
  33. ]
  34. coclass CoCluAdmin
  35. {
  36. [default] interface IWCPropertySheetCallback;
  37. interface IWCWizardCallback;
  38. interface IWCContextMenuCallback;
  39. };
  40. [
  41. uuid(3E5B90C2-FFA6-11CF-B5F5-00A0C90AB505),
  42. helpstring("CoCluAdminData Class")
  43. ]
  44. coclass CoCluAdminData
  45. {
  46. [default] interface IDataObject;
  47. #ifdef NEVER
  48. interface IGetClusterUIInfo;
  49. interface IGetClusterDataInfo;
  50. interface IGetClusterObjectInfo;
  51. interface IGetClusterNodeInfo;
  52. interface IGetClusterGroupInfo;
  53. interface IGetClusterResourceInfo;
  54. #endif
  55. };
  56. };