/*

    Copyright (c) 1998-1999  Microsoft Corporation

*/

// rcamsp.idl : IDL source for rcamsp.dll
//

// This file will be processed by the MIDL tool to
// produce the type library (wavemsp.tlb) and marshalling code.

// import "oaidl.idl";
// import "ocidl.idl";

import "msp.idl";

[
	uuid(11D59010-CF23-11d1-A02D-00C04FB6809F),
	version(1.0),
	helpstring("RCA MSP 1.0 Type Library")
]
library RCAMSPLib
{
	importlib("stdole2.tlb");

	[
		uuid(11D59011-CF23-11d1-A02D-00C04FB6809F),
		helpstring("RCA MSP Class")
	]
	coclass RCAMSP
	{
		[default] interface ITMSPAddress;
	};
};

// eof