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.

43 lines
936 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996-1997 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // ExtObjID.idl
  7. //
  8. // Abstract:
  9. // Definition of COM interfaces for the Cluster Administrator
  10. // DebugEx Extension DLL.
  11. //
  12. // Author:
  13. // David Potter (davidp) September 19, 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(4EC90FD1-D0BB-11CF-B5EF-00A0C90AB505),
  24. version(1.0),
  25. helpstring("DebugEx 1.0 Type Library")
  26. ]
  27. library CLUADMEXLib
  28. {
  29. importlib("stdole2.tlb");
  30. import "cluadmex.idl";
  31. [
  32. uuid(4EC90FD0-D0BB-11CF-B5EF-00A0C90AB505),
  33. helpstring("CoDebugEx Class")
  34. ]
  35. coclass CoDebugEx
  36. {
  37. interface IWEExtendPropertySheet;
  38. };
  39. };