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.

32 lines
567 B

  1. // wavemsp.idl : IDL source for wavemsp.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (wavemsp.tlb) and marshalling code.
  5. // import "oaidl.idl";
  6. // import "ocidl.idl";
  7. import "msp.idl";
  8. [
  9. uuid(B9D02AA5-6097-11d2-A265-00C04F8EC951),
  10. version(2.0),
  11. helpstring("CSA MSP 2.0 Type Library")
  12. ]
  13. library CSAMSPLib
  14. {
  15. importlib("stdole2.tlb");
  16. [
  17. uuid(B9D02AA4-6097-11d2-A265-00C04F8EC951),
  18. helpstring("CSA MSP Class")
  19. ]
  20. coclass CSAMSP
  21. {
  22. [default] interface ITMSPAddress;
  23. };
  24. };
  25. // eof