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
712 B

  1. // taskcoordinator.idl : IDL source for taskcoordinator.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (taskcoordinator.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "appliancetask.idl";
  8. [
  9. uuid(3A205C91-0C7E-11D3-BF75-00105A1F3461),
  10. version(1.0),
  11. helpstring("Server Appliance Task Coordinator 1.0 Type Library")
  12. ]
  13. library TASKCOORDINATORLib
  14. {
  15. importlib("stdole32.tlb");
  16. importlib("stdole2.tlb");
  17. [
  18. uuid(3A205C9E-0C7E-11D3-BF75-00105A1F3461),
  19. helpstring("TaskCoordinator Class")
  20. ]
  21. coclass TaskCoordinator
  22. {
  23. [default] interface IApplianceTask;
  24. };
  25. };