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.

36 lines
715 B

  1. // inetmgr.idl : IDL source for cinetmgr.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (inetmgr.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(131E6380-E61B-11D2-A771-00A0C922E79C),
  9. version(1.0),
  10. helpstring("InetMgr 6.0 Type Library")
  11. ]
  12. library INETMGRLib
  13. {
  14. importlib("stdole32.tlb");
  15. importlib("stdole2.tlb");
  16. [
  17. uuid(A841B6C2-7577-11d0-BB1F-00A0C922E79C),
  18. helpstring("ISMSnapin Class")
  19. ]
  20. coclass InetMgr
  21. {
  22. [default] interface IUnknown;
  23. }
  24. [
  25. uuid(A841B6D2-7577-11d0-BB1F-00A0C922E79C),
  26. helpstring("ISMSnapin Class About")
  27. ]
  28. coclass InetMgrAbout
  29. {
  30. [default] interface IUnknown;
  31. }
  32. };