Source code of Windows XP (NT5)
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
592 B

  1. /*
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. */
  4. // rcamsp.idl : IDL source for rcamsp.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(11D59010-CF23-11d1-A02D-00C04FB6809F),
  13. version(1.0),
  14. helpstring("RCA MSP 1.0 Type Library")
  15. ]
  16. library RCAMSPLib
  17. {
  18. importlib("stdole2.tlb");
  19. [
  20. uuid(11D59011-CF23-11d1-A02D-00C04FB6809F),
  21. helpstring("RCA MSP Class")
  22. ]
  23. coclass RCAMSP
  24. {
  25. [default] interface ITMSPAddress;
  26. };
  27. };
  28. // eof