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.

42 lines
1.5 KiB

  1. //
  2. // Copyright (C) Microsoft Corporation. All rights reserved.
  3. //
  4. #include <windows.h>
  5. #include "resource.h"
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // String Table
  9. //
  10. STRINGTABLE DISCARDABLE
  11. BEGIN
  12. IDS_TRIGGERID "TriggerID = %d"
  13. IDS_TRIGGERNAME "TriggerName = "
  14. IDS_CREATED "Action = Created\n"
  15. IDS_CREATE_FAILED "Action = Create failed\n"
  16. IDS_DELETED "Action = Deleted\n"
  17. IDS_DELETE_FAILED "Action = Delete failed\n"
  18. IDS_TRIGGER_FAILED "Action = Failed to Trigger\n"
  19. IDS_TRIGGERED "Action = Successfully Triggered\n"
  20. IDS_TRIGGER_NOT_FOUND "Action = Not Found\n"
  21. IDS_ALREADY_TRIGGERED "Action = Already Triggered\n"
  22. IDS_ERROR_CODE "Error code = %d\n"
  23. IDS_REASON "Reason = %s\n"
  24. IDS_INFO_INVALID_USER "Info = The new event trigger has been created, but may not run because the account information could not be set.\n"
  25. IDS_INFO_SERVICE_STOPPED "Info = The new event trigger has been created, but may not run because the Task Scheduler service is stopped.\n"
  26. END
  27. #include <ntverp.h>
  28. //
  29. // Version resources
  30. //
  31. #define VER_FILETYPE VFT_DLL
  32. #define VER_FILESUBTYPE VFT2_UNKNOWN
  33. #define VER_FILEDESCRIPTION_STR "Command line Event Trigger WMI Consumer Provider"
  34. #define VER_INTERNALNAME_STR "CmdEvTgProv.dll"
  35. #define VER_ORIGINALFILENAME_STR "EvTgProv.dll"
  36. #include "common.ver"