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.

37 lines
635 B

  1. /*
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. */
  4. // wavemsp.idl : IDL source for wavemsp.dll
  5. //
  6. // This file will be processed by the MIDL tool to
  7. // produce the type library (wavemsp.tlb) and marshalling code.
  8. // import "oaidl.idl";
  9. // import "ocidl.idl";
  10. import "msp.idl";
  11. [
  12. uuid(4DDB6D35-3BC1-11d2-86F2-006008B0E5D2),
  13. version(2.0),
  14. helpstring("Wave MSP 2.0 Type Library")
  15. ]
  16. library WAVEMSPLib
  17. {
  18. importlib("stdole2.tlb");
  19. [
  20. uuid(4DDB6D36-3BC1-11d2-86F2-006008B0E5D2),
  21. helpstring("Wave MSP Class")
  22. ]
  23. coclass WaveMSP
  24. {
  25. [default] interface ITMSPAddress;
  26. };
  27. };
  28. // eof