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.

35 lines
643 B

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. // tscc.idl : IDL source for tscc.dll
  3. //
  4. // This file will be processed by the MIDL tool to
  5. // produce the type library (tscc.tlb) and marshalling code.
  6. import "oaidl.idl";
  7. import "ocidl.idl";
  8. import "mmc.idl";
  9. import "tswiz.idl";
  10. [
  11. uuid(B91B6007-32D2-11D2-9888-00A0C925F917),
  12. version( 1.0 ),
  13. helpstring("ICompdata Interface")
  14. ]
  15. library TSCCLib
  16. {
  17. importlib("stdole2.tlb");
  18. [
  19. uuid(B91B6008-32D2-11D2-9888-00A0C925F917),
  20. helpstring("Compdata Class")
  21. ]
  22. coclass Compdata
  23. {
  24. [default] interface IComponentData;
  25. };
  26. };