32 lines
605 B
Plaintext
32 lines
605 B
Plaintext
// itngram.idl : IDL source for itngram.dll
|
|
//
|
|
|
|
// This file will be processed by the MIDL tool to
|
|
// produce the type library (itngram.tlb) and marshalling code.
|
|
|
|
import "oaidl.idl";
|
|
import "ocidl.idl";
|
|
import "sapi.idl";
|
|
import "sapiddk.idl";
|
|
|
|
|
|
[
|
|
uuid(42E0F138-11FD-11D3-BB97-00C04F8EE6C0),
|
|
version(1.0),
|
|
helpstring("itngram 1.0 Type Library")
|
|
]
|
|
library ITNGRAMLib
|
|
{
|
|
importlib("stdole32.tlb");
|
|
importlib("stdole2.tlb");
|
|
|
|
[
|
|
uuid(42E0F145-11FD-11D3-BB97-00C04F8EE6C0),
|
|
helpstring("ITN Class")
|
|
]
|
|
coclass TestITN
|
|
{
|
|
[default] interface ISpCFGInterpreter;
|
|
};
|
|
};
|