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.

44 lines
996 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2002 Microsoft Corp.
  4. //
  5. // Module Name:
  6. // ExtObjID.idl
  7. //
  8. // Description:
  9. // Definition of COM interfaces for the Cluster Administrator
  10. // VSSTaskEx Extension DLL.
  11. //
  12. // Author:
  13. // Charlie Wickham (charlwi) 2002/08/14
  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(C2B2E79E-6908-471D-A5B9-D78A88AD6D32),
  24. version(1.0),
  25. helpstring("Volume Shadow Copy Service Task SchedulerEx 1.0 Type Library")
  26. ]
  27. library CLUADMEXLib
  28. {
  29. importlib("stdole2.tlb");
  30. import "CluAdmEx.idl";
  31. [
  32. uuid(C2B2E79F-6908-471D-A5B9-D78A88AD6D32),
  33. helpstring("CoVSSTaskEx Class")
  34. ]
  35. coclass CoVSSTaskEx
  36. {
  37. interface IWEExtendPropertySheet;
  38. interface IWEExtendWizard;
  39. };
  40. };