Source code of Windows XP (NT5)
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.

57 lines
1.4 KiB

  1. // DfsGUI.idl : IDL source for DfsGUI.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (DfsGUI.tlb) and marshalling code.
  5. //----------------------------------------------------------------
  6. // DfsSnapinScopeManager
  7. // (IComponentData)
  8. // (IExtendContextMenu)
  9. // (IPersistStream)
  10. // DfsSnapinResultManager
  11. // (IComponent)
  12. //----------------------------------------------------------------
  13. //----------------------------------------------------------------
  14. // OVERVIEW
  15. //----------------------------------------------------------------
  16. // The objects are provided for the MMC. All the components
  17. // can also be invoked from any COM Client (VB,etc.).
  18. //
  19. import "oaidl.idl";
  20. import "ocidl.idl";
  21. //----------------------------------------------------------------
  22. // DfsGUI Type Library
  23. //----------------------------------------------------------------
  24. [
  25. uuid(D8861A21-3343-11D1-BE3D-00A024DFD45D),
  26. version(1.0),
  27. helpstring("DfsGUI 1.0 Type Library")
  28. ]
  29. library DFSGUILib
  30. {
  31. importlib("stdole32.tlb");
  32. importlib("stdole2.tlb");
  33. [
  34. uuid(677A2D94-28D9-11D1-A95B-008048918FB1),
  35. helpstring("DfsSnapinScopeManager Class")
  36. ]
  37. coclass DfsSnapinScopeManager
  38. {
  39. [default] interface IUnknown;
  40. };
  41. [
  42. uuid(3C4BAEF5-3278-11D1-9A4B-0080ADAA5C4B),
  43. helpstring("DfsSnapinResultManager Class")
  44. ]
  45. coclass DfsSnapinResultManager
  46. {
  47. [default] interface IUnknown;
  48. };
  49. };