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

  1. // SAAlertBootTask.idl : IDL source for SAAlertBootTask.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (SAAlertBootTask.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "appliancetask.idl";
  8. [
  9. uuid(AE590EBE-6FBF-4645-9E0F-EBA89EFCA85F),
  10. version(1.0),
  11. helpstring("Server Appliance Alert BOOT Task 1.0 Type Library")
  12. ]
  13. library SAALERTBOOTTASKLib
  14. {
  15. importlib("stdole32.tlb");
  16. importlib("stdole2.tlb");
  17. [
  18. uuid(90701F02-6539-41F2-973B-ECF2A7439C77),
  19. helpstring("SAAlertBootTask Class")
  20. ]
  21. coclass SAAlertBootTask
  22. {
  23. [default] interface IApplianceTask;
  24. };
  25. };