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.

48 lines
1.0 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // ExtObjID.idl
  7. //
  8. // Abstract:
  9. // Definition of COM interfaces for the Cluster Administrator
  10. // standard extensions DLL.
  11. //
  12. // Author:
  13. // David Potter (davidp) August 29, 1996
  14. //
  15. // Revision History:
  16. //
  17. // Notes:
  18. //
  19. /////////////////////////////////////////////////////////////////////////////
  20. // This file will be processed by the MIDL tool to
  21. // produce the type library (ExtObj.tlb) and marshalling code.
  22. [
  23. uuid(4EC90FB1-D0BB-11CF-B5EF-00A0C90AB505),
  24. version(1.0),
  25. helpstring("CluAdmEx 1.0 Type Library")
  26. ]
  27. library CLUADMEXLib
  28. {
  29. importlib("stdole2.tlb");
  30. import "cluadmex.idl";
  31. [
  32. uuid(4EC90FB0-D0BB-11CF-B5EF-00A0C90AB505),
  33. helpstring("CoCluAdmEx Class")
  34. ]
  35. coclass CoCluAdmEx
  36. {
  37. [default] interface IWEExtendPropertySheet;
  38. interface IWEExtendWizard;
  39. #ifdef _DEMO_CTX_MENUS
  40. interface IWEExtendContextMenu;
  41. interface IWEInvokeCommand;
  42. #endif
  43. };
  44. };