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.

109 lines
2.1 KiB

  1. // dsdmoprp.idl : IDL source for dsdmoprp.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (dsdmoprp.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(53A5D8DE-EF98-4729-8C35-5D069F05FA07),
  9. version(1.0),
  10. helpstring("dsdmoprp 1.0 Type Library")
  11. ]
  12. library DSDMOPRPLib
  13. {
  14. importlib("stdole2.tlb");
  15. [
  16. uuid(60129CFD-2E9B-4098-AA4B-D6CFADA265C3),
  17. helpstring("DirectSoundFXChorusPage Class")
  18. ]
  19. coclass DirectSoundFXChorusPage
  20. {
  21. interface IUnknown;
  22. };
  23. [
  24. uuid(ED3DC730-31E5-4108-AD8A-3962C930425E),
  25. helpstring("DirectSoundFXCompressorPage Class")
  26. ]
  27. coclass DirectSoundFXCompressorPage
  28. {
  29. interface IUnknown;
  30. };
  31. [
  32. uuid(5858107D-11EA-47B1-9694-3F29F7680FB8),
  33. helpstring("DirectSoundFXDistortionPage Class")
  34. ]
  35. coclass DirectSoundFXDistortionPage
  36. {
  37. interface IUnknown;
  38. };
  39. [
  40. uuid(D45CF2C7-48CF-4234-86E2-4559C32FAD1A),
  41. helpstring("DirectSoundFXEchoPage Class")
  42. ]
  43. coclass DirectSoundFXEchoPage
  44. {
  45. interface IUnknown;
  46. };
  47. [
  48. uuid(22AF00DF-46B4-4F51-A363-6854D52E13A0),
  49. helpstring("DirectSoundFXFlangerPage Class")
  50. ]
  51. coclass DirectSoundFXFlangerPage
  52. {
  53. interface IUnknown;
  54. };
  55. [
  56. uuid(AE86C36D-808E-4B07-B799-56D7361C3835),
  57. helpstring("DirectSoundFXParamEqPage Class")
  58. ]
  59. coclass DirectSoundFXParamEqPage
  60. {
  61. interface IUnknown;
  62. };
  63. [
  64. uuid(794885CC-5EB7-46E3-A937-AD890A6C6677),
  65. helpstring("DirectSoundFXGarglePage Class")
  66. ]
  67. coclass DirectSoundFXGarglePage
  68. {
  69. interface IUnknown;
  70. };
  71. [
  72. uuid(6A879859-3858-4322-971A-B705F349F124),
  73. helpstring("DirectSoundFXWavesReverbPage Class")
  74. ]
  75. coclass DirectSoundFXWavesReverbPage
  76. {
  77. interface IUnknown;
  78. };
  79. [
  80. uuid(D3952B77-2D22-4B72-8DF4-BA267A9C12D0),
  81. helpstring("DirectSoundFXI3DL2ReverbPage Class")
  82. ]
  83. coclass DirectSoundFXI3DL2ReverbPage
  84. {
  85. interface IUnknown;
  86. };
  87. // [
  88. // uuid(3DC26D0C-BEFF-406C-89B0-CA13E2BD9172),
  89. // helpstring("DirectSoundFXI3DL2SourcePage Class")
  90. // ]
  91. // coclass DirectSoundFXI3DL2SourcePage
  92. // {
  93. // interface IUnknown;
  94. // };
  95. };