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.
|
|
// 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; }; };
|