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.

39 lines
802 B

  1. // TaskApp.idl : IDL source for TaskApp.exe
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (TaskApp.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. #include "olectl.h"
  8. [
  9. uuid(9507A07C-02B9-4065-B8B7-A236ED7858FA),
  10. version(1.0),
  11. helpstring("TaskApp 1.0 Type Library")
  12. ]
  13. library TaskAppLib
  14. {
  15. importlib("stdole2.tlb");
  16. [
  17. object,
  18. uuid(CF95A4C7-843A-4290-B82F-3CC4E3608F20),
  19. dual,
  20. helpstring("ILiteControl Interface"),
  21. pointer_default(unique)
  22. ]
  23. interface ILiteControl : IDispatch
  24. {
  25. };
  26. [
  27. uuid(557B2222-AD88-461A-A29D-C32C07CEB4E9),
  28. helpstring("LiteControl Class")
  29. ]
  30. coclass LiteControl
  31. {
  32. [default] interface ILiteControl;
  33. };
  34. };