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
848 B

  1. // RoutingMethodPropSheetExt.idl : IDL source for RoutingMethodPropSheetExt.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (RoutingMethodPropSheetExt.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(370C37CD-ECF6-4B88-A33F-E7C85E12CCAA),
  9. version(1.0),
  10. helpstring("RoutingMethodPropSheetExt 1.0 Type Library")
  11. ]
  12. library ROUTINGMETHODPROPSHEETEXTLib
  13. {
  14. importlib("stdole32.tlb");
  15. importlib("stdole2.tlb");
  16. [
  17. uuid(C4A965C2-686F-498C-AFDD-E8496DAA945A),
  18. helpstring("RoutingMethodConfig Class")
  19. ]
  20. coclass RoutingMethodConfig
  21. {
  22. [default] interface IUnknown;
  23. }
  24. [
  25. uuid(175D5DF3-52B4-44AD-83D8-CBDF2DBB0052),
  26. helpstring("RoutingMethodConfig Class About")
  27. ]
  28. coclass RoutingMethodConfigAbout
  29. {
  30. [default] interface IUnknown;
  31. }
  32. };