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.

53 lines
1.1 KiB

  1. //
  2. // Microsoft Windows Media Technologies
  3. // Copyright (C) Microsoft Corporation, 1999 - 2001. All rights reserved.
  4. //
  5. //
  6. // ProgHelp.idl : IDL source for ProgHelp.dll
  7. //
  8. //
  9. // This file will be processed by the MIDL tool to
  10. // produce the type library (ProgHelp.tlb) and marshalling code.
  11. //
  12. import "oaidl.idl";
  13. import "ocidl.idl";
  14. #include "IComponentAuthenticate.idl"
  15. #include "wmdm.idl"
  16. #include "WMDMProgressHelper.idl"
  17. #include "WMDMOperationHelper.idl"
  18. [
  19. uuid(8297A5A5-5113-11D3-B276-00C04F8EC221),
  20. version(1.0),
  21. helpstring("ProgHelp 1.0 Type Library")
  22. ]
  23. library PROGHELPLib
  24. {
  25. importlib("stdole32.tlb");
  26. importlib("stdole2.tlb");
  27. [
  28. uuid(8297A5B4-5113-11D3-B276-00C04F8EC221),
  29. helpstring("ProgressHelper Class")
  30. ]
  31. coclass ProgressHelper
  32. {
  33. [default] interface IWMDMProgress;
  34. interface IWMDMProgressHelper;
  35. };
  36. [
  37. uuid(9FB01A67-A11E-4653-8ED6-B5CE73CDA3E3),
  38. helpstring("OperationHelper Class")
  39. ]
  40. coclass OperationHelper
  41. {
  42. [default] interface IWMDMOperation;
  43. interface IWMDMOperationHelper;
  44. };
  45. };