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.

28 lines
527 B

  1. // routeext.idl : IDL source for routeext.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (routeext.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(DAB1A255-4FD7-11D1-842C-00C04FB6C218),
  9. version(1.0),
  10. helpstring("routeext 1.0 Type Library")
  11. ]
  12. library ROUTEEXTLib
  13. {
  14. importlib("stdole32.tlb");
  15. importlib("stdole2.tlb");
  16. [
  17. uuid(DAB1A262-4FD7-11D1-842C-00C04FB6C218),
  18. helpstring("Route Class")
  19. ]
  20. coclass Route
  21. {
  22. [default] interface IUnknown;
  23. }
  24. };