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

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

import "oaidl.idl";
import "ocidl.idl";
import "sapi.idl";

[
	uuid(3F2DAE31-7D6D-11D2-8C9E-00C04F72DB08),
	version(1.0),
	helpstring("spsvr 1.0 Type Library")
]
library SPSVRLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

    interface ISpServer;
};
