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.

31 lines
731 B

  1. //
  2. // shutdowntask.idl : IDL source for Shutdown Task
  3. //
  4. // This file will be processed by the MIDL tool to
  5. // produce the type library (shutdowntask.tlb) and marshalling code.
  6. import "oaidl.idl";
  7. import "ocidl.idl";
  8. import "..\..\..\idl\appliancetask.idl";
  9. [
  10. uuid(e7ef0b2f-b296-4614-b2fb-b4903d7fc1e4),
  11. version(1.0),
  12. helpstring("Server Appliance Shutdown Task 1.0 Type Library")
  13. ]
  14. library ShutdownTaskLib
  15. {
  16. importlib("stdole32.tlb");
  17. importlib("stdole2.tlb");
  18. [
  19. uuid(61d29612-bf7e-445c-8825-d26fcd3fc54a),
  20. helpstring("Server Appliance Shutdown Task Class")
  21. ]
  22. coclass SAShutdownTask
  23. {
  24. [default] interface IApplianceTask;
  25. };
  26. };