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.

29 lines
539 B

  1. // tsmmc.idl : IDL source for mstsmmc.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (tsmmc.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "mmc.idl";
  8. [
  9. uuid(8ABDA3B2-E203-4F1E-8B1A-69FF4777FE19),
  10. version(1.0),
  11. helpstring("tsmmc 1.0 Type Library")
  12. ]
  13. library TSMMCLib
  14. {
  15. importlib("stdole2.tlb");
  16. [
  17. uuid(3d5d035e-7721-4b83-a645-6c07a3d403b7),
  18. helpstring("TSmmc")
  19. ]
  20. coclass Compdata
  21. {
  22. [default] interface IComponentData;
  23. };
  24. };