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.

68 lines
1.4 KiB

  1. // WordBreaker.idl : IDL source for WordBreaker.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (WordBreaker.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(613201F0-A246-11D3-BB8C-0090272FA362),
  9. version(1.0),
  10. helpstring("English US WordBreaker 1.0 Type Library")
  11. ]
  12. library WORDBREAKERLib
  13. {
  14. importlib("stdole32.tlb");
  15. importlib("stdole2.tlb");
  16. [
  17. uuid(80A3E9B0-A246-11D3-BB8C-0090272FA362),
  18. helpstring("EngUSWrdBrk Class")
  19. ]
  20. coclass EngUSWrdBrk
  21. {
  22. [default] interface IUnknown;
  23. };
  24. [
  25. uuid(363F1015-FD5F-4ba8-AC58-29634F378A42),
  26. helpstring("EngUKWrdBrk Class")
  27. ]
  28. coclass EngUKWrdBrk
  29. {
  30. [default] interface IUnknown;
  31. };
  32. [
  33. uuid(F14E6B48-FBCA-4d32-BD79-7829D4F7E43B),
  34. helpstring("FrnFrnWrdBrk Class")
  35. ]
  36. coclass FrnFrnWrdBrk
  37. {
  38. [default] interface IUnknown;
  39. };
  40. [
  41. uuid(91870674-DE84-4313-B07D-A387415BB4F5),
  42. helpstring("ItlItlWrdBrk Class")
  43. ]
  44. coclass ItlItlWrdBrk
  45. {
  46. [default] interface IUnknown;
  47. };
  48. [
  49. uuid(1F7E6C6D-C3F8-4c80-8D77-C4825ABBE5CF),
  50. helpstring("SpnMdrWrdBrk Class")
  51. ]
  52. coclass SpnMdrWrdBrk
  53. {
  54. [default] interface IUnknown;
  55. };
  56. };