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

/*
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