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

  1. // UsersInitialAlert.idl : IDL source for UsersInitialAlert.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (UsersInitialAlert.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "..\..\..\idl\appliancetask.idl";
  8. [
  9. uuid(43BE16E3-6964-42B7-83F7-C1D88CEFFF2D),
  10. version(1.0),
  11. helpstring("UsersInitialAlert 1.0 Type Library")
  12. ]
  13. library USERSINITIALALERTLib
  14. {
  15. importlib("stdole32.tlb");
  16. importlib("stdole2.tlb");
  17. [
  18. uuid(281B2248-248C-424E-8E77-5FC7DD8CACA6),
  19. helpstring("UsersInitialAlert Class")
  20. ]
  21. coclass UsersInitialAlert
  22. {
  23. [default] interface IApplianceTask;
  24. };
  25. };