Source code of Windows XP (NT5)
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.

42 lines
863 B

  1. // tsuserex.idl : IDL source for tsexusrm.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (tsexusrm.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "mmc.idl";
  8. [
  9. uuid(45413F04-DF86-11D1-AE27-00C04FA35813),
  10. version(1.0),
  11. helpstring("tsexusrm 1.0 Type Library")
  12. ]
  13. library TSUSEREXLib
  14. {
  15. importlib("stdole2.tlb");
  16. [
  17. uuid(0910dd01-df8c-11d1-ae27-00c04fa35813),
  18. helpstring("TSUserEx Interfaces")
  19. ]
  20. coclass TSUserExInterfaces
  21. {
  22. // actually we want to export IExtendPropertySheet2 interface
  23. // But doing so here we get error in mmc.h
  24. // hence just list unknown here.
  25. [default] interface IUnknown;
  26. };
  27. #ifdef _RTM_
  28. [
  29. uuid(728041AB-CE1A-406C-90E1-A2FB08922E22),
  30. helpstring("TSCopy Class")
  31. ]
  32. coclass ExtCopyNoUI
  33. {
  34. [default] interface IUnknown;
  35. };
  36. #endif
  37. };