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.

82 lines
1.4 KiB

  1. // ToolProps.idl : IDL source for ToolProps.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (ToolProps.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(2735B8F3-FF4A-4AF2-8053-BE22C0CA3232),
  9. version(1.0),
  10. helpstring("ToolProps 1.0 Type Library")
  11. ]
  12. library TOOLPROPSLib
  13. {
  14. importlib("stdole2.tlb");
  15. [
  16. uuid(5337AF8F-3827-44DD-9EE9-AB6E1AABB60F),
  17. helpstring("EchoPage Class")
  18. ]
  19. coclass EchoPage
  20. {
  21. interface IUnknown;
  22. };
  23. [
  24. uuid(691BD8C2-2B07-4C92-A82E-92D858DE23D6),
  25. helpstring("TransposePage Class")
  26. ]
  27. coclass TransposePage
  28. {
  29. interface IUnknown;
  30. };
  31. [
  32. uuid(79D9CAF8-DBDA-4560-A8B0-07E73A79FA6B),
  33. helpstring("DurationPage Class")
  34. ]
  35. coclass DurationPage
  36. {
  37. interface IUnknown;
  38. };
  39. [
  40. uuid(623286DC-67F8-4055-A9BE-F7A7176BD150),
  41. helpstring("QuantizePage Class")
  42. ]
  43. coclass QuantizePage
  44. {
  45. interface IUnknown;
  46. };
  47. [
  48. uuid(7D3BDEE7-9557-4085-82EE-1B2F02CE4BA6),
  49. helpstring("TimeShiftPage Class")
  50. ]
  51. coclass TimeShiftPage
  52. {
  53. interface IUnknown;
  54. };
  55. [
  56. uuid(0B237E01-062A-4A40-8D43-4B5FCD49965A),
  57. helpstring("SwingPage Class")
  58. ]
  59. coclass SwingPage
  60. {
  61. interface IUnknown;
  62. };
  63. [
  64. uuid(30EC7213-64BE-4EF6-BB1B-463427EC864B),
  65. helpstring("VelocityPage Class")
  66. ]
  67. coclass VelocityPage
  68. {
  69. interface IUnknown;
  70. };
  71. };