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.

36 lines
758 B

  1. // T30PropSheetExt.idl : IDL source for T30PropSheetExt.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (T30PropSheetExt.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(508E5554-2ABF-411B-979B-6BDB8694AF65),
  9. version(1.0),
  10. helpstring("T30PropSheetExt 1.0 Type Library")
  11. ]
  12. library T30PROPSHEETEXTLib
  13. {
  14. importlib("stdole32.tlb");
  15. importlib("stdole2.tlb");
  16. [
  17. uuid(84125C25-AD95-4A51-A472-41864AEC775E),
  18. helpstring("T30Config Class")
  19. ]
  20. coclass T30Config
  21. {
  22. [default] interface IUnknown;
  23. }
  24. [
  25. uuid(B37E13AA-75DF-4EDF-900C-2D2E0B884DE8),
  26. helpstring("T30Config Class About")
  27. ]
  28. coclass T30ConfigAbout
  29. {
  30. [default] interface IUnknown;
  31. }
  32. };