Leaked source code of windows server 2003
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.
 
 
 
 
 
 

30 lines
615 B

// itngram_J.idl : IDL source for itngram_J.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (itngram_J.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
import "sapi.idl";
import "sapiddk.idl";
[
uuid(42E0F139-11FD-11D3-BB97-00C04F8EE6C0),
version(1.0),
helpstring("itngram_J 1.0 Type Library")
]
library ITNGRAMLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(42E0F146-11FD-11D3-BB97-00C04F8EE6C0),
helpstring("ITN_J Class")
]
coclass TestITN_J
{
[default] interface ISpCFGInterpreter;
};
};