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.

38 lines
749 B

  1. // DfsShlEx.idl : IDL source for DfsShlEx.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (DfsShlEx.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. /* [
  8. object,
  9. uuid(ECCDF542-45CC-11CE-B9BF-0080C87CDBA6),
  10. dual,
  11. helpstring("IDfsShell Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface IDfsShell : IDispatch
  15. {
  16. };*/
  17. [
  18. uuid(ECCDF535-45CC-11CE-B9BF-0080C87CDBA6),
  19. version(1.0),
  20. helpstring("DfsShlEx 1.0 Type Library")
  21. ]
  22. library DFSSHLEXLib
  23. {
  24. importlib("stdole32.tlb");
  25. importlib("stdole2.tlb");
  26. [
  27. uuid(ECCDF543-45CC-11CE-B9BF-0080C87CDBA6),
  28. helpstring("DfsShell Class")
  29. ]
  30. coclass DfsShell
  31. {
  32. [default] interface IUnknown;
  33. };
  34. };