Errors.h
上传用户:tzh4061
上传日期:2007-01-08
资源大小:309k
文件大小:3k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. #ifndef ERRORS_H
  2. #define ERRORS_H
  3. #define ERRORMSG                    "nAPISpy32 is unable to continue and will now terminate."
  4. #define ERROR_GETWINDOWSVERSION     "An error occured while obtaining Windows version information."
  5. #define ERROR_MAILSLOT              "An error occured while creating APISpy32_Mailslot."
  6. #define ERROR_APISPY32DLL_NT        "An error occured while loading APISpyNT.dll."
  7. #define ERROR_APISPY32DLL_9X        "An error occured while loading APISpy9x.dll."
  8. #define ERROR_PSAPI                 "An error occured while initializing psapi.dll."
  9. #define ERROR_TOOLHELP32            "An error occured while initializing toolhelp functions."
  10. #define ERROR_LOGMUTEX              "An error occured while creating APISpy32_LogMutex."
  11. #define ERROR_OVERFLOWEVENT         "An error occured while creating APISpy32_OverflowEvent."
  12. #define ERROR_LOGEVENT              "An error occured while creating APISpy32_LogEvent."
  13. #define ERROR_LOGTHREADEXITEVENT    "An error occured while creating LogThreadExitEvent."
  14. #define ERROR_INJECTTHREADEXITEVENT "An error occured while creating InjectThreadExitEvent."
  15. #define ERROR_LISTVIEWMUTEX         "An error occured while creating ListViewMutex."
  16. #define ERROR_GETLOGPARAMETERS      "An error occured while obtaining address of GetLogParameters."
  17. #define ERROR_ADVANCETONEXTLOGENTRY "An error occured while obtaining address of AdvanceToNextLogEntry."
  18. #define ERROR_SETCAPTUREEVENTSFLAG  "An error occured while obtaining address of SetCaptureEventsFlag."
  19. #define ERROR_SETAPISPY32PROCESSID  "An error occured while obtaining address of SetAPISpy32ProcessId."
  20. #define ERROR_INJECTDLLTHREAD       "An error occured while creating the DLL injection thread."
  21. #define ERROR_LOGTHREAD             "An error occured while creating the event logging thread."
  22. #define ERROR_REGISTERCLASS         "An error occured during registration of the main window class."
  23. #define ERROR_INITINSTANCE          "An error occured while creating main window."
  24. #define ERROR_LISTVIEW              "An error occured while creating main list view control."
  25. #define WARNING_ACCELERATORS        "An error occured while loading the keyboard accelerators.nYou can still use APISpy32, but you will not be able to use keyboard shortcutsnto access menu commands."
  26. #define WARNING_TOOLBAR             "An error occured while creating the toolbar.nYou can still use APISpy32, but you will need to access the main menu for issuing commands."
  27. #define WARNING_DEBUGPRIVILEGE      "An error occured while obtaining debug privileges.nAPISpy32 will not intercept API calls made by system processes."
  28. #define WARNING_SHELLEXECUTE        "An error occured while loading help file."
  29. #define WARNING_OPENLOGFILE         "An error occured while creating log file."
  30. #endif