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

  1. // SetAlertEmail.idl : IDL source for SetAlertEmail.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (SetAlertEmail.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "appliancetask.idl";
  8. [
  9. uuid(28851518-0146-46FF-B590-E2D3A7FDA704),
  10. version(1.0),
  11. helpstring("SetAlertEmail 1.0 Type Library")
  12. ]
  13. library SETALERTEMAILLib
  14. {
  15. importlib("stdole32.tlb");
  16. importlib("stdole2.tlb");
  17. [
  18. uuid(44FCEFBB-3477-4FB2-97B0-1651E697A511),
  19. helpstring("ConfigAlertEmail Class")
  20. ]
  21. coclass ConfigAlertEmail
  22. {
  23. [default] interface IApplianceTask;
  24. };
  25. };