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

  1. // itngram_J.idl : IDL source for itngram_J.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (itngram_J.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "sapi.idl";
  8. import "sapiddk.idl";
  9. [
  10. uuid(42E0F139-11FD-11D3-BB97-00C04F8EE6C0),
  11. version(1.0),
  12. helpstring("itngram_J 1.0 Type Library")
  13. ]
  14. library ITNGRAMLib
  15. {
  16. importlib("stdole32.tlb");
  17. importlib("stdole2.tlb");
  18. [
  19. uuid(42E0F146-11FD-11D3-BB97-00C04F8EE6C0),
  20. helpstring("ITN_J Class")
  21. ]
  22. coclass TestITN_J
  23. {
  24. [default] interface ISpCFGInterpreter;
  25. };
  26. };