Source code of Windows XP (NT5)
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.

362 lines
24 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "ids.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifndef _MAC
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Version
  23. //
  24. VS_VERSION_INFO VERSIONINFO
  25. FILEVERSION 6,0,2,0
  26. PRODUCTVERSION 6,0,2,0
  27. FILEFLAGSMASK 0x3fL
  28. #ifdef _DEBUG
  29. FILEFLAGS 0x1L
  30. #else
  31. FILEFLAGS 0x0L
  32. #endif
  33. FILEOS 0x40004L
  34. FILETYPE 0x2L
  35. FILESUBTYPE 0x0L
  36. BEGIN
  37. BLOCK "StringFileInfo"
  38. BEGIN
  39. BLOCK "040904B0"
  40. BEGIN
  41. VALUE "CompanyName", "Microsoft Corporation\0"
  42. VALUE "FileDescription", "Windows Application Verifier DLL\0"
  43. VALUE "FileVersion", "6.0.2.0\0"
  44. VALUE "InternalName", "acverfyr.dll\0"
  45. VALUE "LegalCopyright", "Copyright (C) Microsoft Corp. 1981-2001\0"
  46. VALUE "OriginalFilename", "acverfyr.dll\0"
  47. VALUE "ProductName", "Microsoft(R) Windows NT(R) Operating System\0"
  48. VALUE "ProductVersion", "6.0.2.0\0"
  49. END
  50. END
  51. BLOCK "VarFileInfo"
  52. BEGIN
  53. VALUE "Translation", 0x409, 1200
  54. END
  55. END
  56. #endif // !_MAC
  57. #ifdef APSTUDIO_INVOKED
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // TEXTINCLUDE
  61. //
  62. 1 TEXTINCLUDE DISCARDABLE
  63. BEGIN
  64. "ids.h\0"
  65. END
  66. 2 TEXTINCLUDE DISCARDABLE
  67. BEGIN
  68. "#include ""..\\ver.rc""\r\n"
  69. "\0"
  70. END
  71. 3 TEXTINCLUDE DISCARDABLE
  72. BEGIN
  73. "\r\n"
  74. "\0"
  75. END
  76. #endif // APSTUDIO_INVOKED
  77. /////////////////////////////////////////////////////////////////////////////
  78. //
  79. // Dialog
  80. //
  81. IDD_HIGHVERSION_OPTIONS DIALOG DISCARDABLE 0, 0, 111, 89
  82. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  83. CAPTION "Dialog"
  84. FONT 8, "MS Shell Dlg"
  85. BEGIN
  86. LTEXT "&Major version:",IDC_STATIC,7,8,46,8
  87. EDITTEXT IDC_HVL_EDIT_MAJOR_VERSION,59,7,40,14,ES_AUTOHSCROLL
  88. LTEXT "M&inor version:",IDC_STATIC,7,27,46,8
  89. EDITTEXT IDC_HVL_EDIT_MINOR_VERSION,59,26,40,14,ES_AUTOHSCROLL
  90. LTEXT "&Build number:",IDC_STATIC,7,47,45,8
  91. EDITTEXT IDC_HVL_EDIT_BUILD_NUMBER,59,45,40,14,ES_AUTOHSCROLL
  92. PUSHBUTTON "Default",IDC_HVL_BTN_DEFAULT,7,67,50,14
  93. END
  94. IDD_LOGFILECHANGES_OPTIONS DIALOG DISCARDABLE 0, 0, 237, 129
  95. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  96. CAPTION "Dialog"
  97. FONT 8, "MS Shell Dlg"
  98. BEGIN
  99. PUSHBUTTON "Defaul&t",IDC_LFC_BTN_DEFAULT,7,105,50,14
  100. CONTROL "Log &attributes on file create and modify events",
  101. IDC_LFC_LOG_ATTRIBUTES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  102. 15,22,163,8
  103. GROUPBOX "File System Changes",IDC_STATIC,7,7,223,34
  104. GROUPBOX "Unapproved File Writes",IDC_STATIC,7,45,223,48
  105. CONTROL "Log all changes in the &Windows directory and below",
  106. IDC_LFC_UFW_WINDOWS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,
  107. 60,210,10
  108. CONTROL "Log all changes in the &Program Files directory and below",
  109. IDC_LFC_UFW_PROGFILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  110. 15,75,210,10
  111. END
  112. /////////////////////////////////////////////////////////////////////////////
  113. //
  114. // DESIGNINFO
  115. //
  116. #ifdef APSTUDIO_INVOKED
  117. GUIDELINES DESIGNINFO DISCARDABLE
  118. BEGIN
  119. IDD_HIGHVERSION_OPTIONS, DIALOG
  120. BEGIN
  121. LEFTMARGIN, 7
  122. RIGHTMARGIN, 104
  123. VERTGUIDE, 59
  124. TOPMARGIN, 7
  125. BOTTOMMARGIN, 82
  126. END
  127. IDD_LOGFILECHANGES_OPTIONS, DIALOG
  128. BEGIN
  129. LEFTMARGIN, 7
  130. RIGHTMARGIN, 230
  131. VERTGUIDE, 59
  132. TOPMARGIN, 7
  133. BOTTOMMARGIN, 119
  134. END
  135. END
  136. #endif // APSTUDIO_INVOKED
  137. /////////////////////////////////////////////////////////////////////////////
  138. //
  139. // String Table
  140. //
  141. STRINGTABLE DISCARDABLE
  142. BEGIN
  143. AVS_FILEPATHS_FRIENDLY "Checks system path usage."
  144. AVS_HIGHVERSIONLIE_FRIENDLY "Checks version handling."
  145. AVS_REGISTRYCHECKS_FRIENDLY "Checks registry usage."
  146. AVS_LOGSTARTANDSTOP_FRIENDLY "Logs start and stop."
  147. AVS_DXFILEVERINFO_FRIENDLY "Logs DirectX file checks."
  148. AVS_LOGFILECHANGES_FRIENDLY "Logs file system changes."
  149. AVS_LOGREGCHANGES_FRIENDLY "Logs registry changes."
  150. AVS_WINFILEPROTECT_FRIENDLY "Logs changes to Windows File Protection files."
  151. AVS_OBSOLETECALLS_FRIENDLY "Logs calls made to obsolete APIs."
  152. AVS_KMODEDRIVER_FRIENDLY "Logs installations of kernel-mode drivers."
  153. AVS_SECURITYCHECKS_FRIENDLY "Logs potential security issues."
  154. END
  155. STRINGTABLE DISCARDABLE
  156. BEGIN
  157. AVS_FILEPATHS_DESC "Checks if the application is using system paths that were not obtained using a method approved by the Designed for Windows Logo Program. Problems are logged if they are detected. The tested application will stop responding or close if it does not handle these paths correctly."
  158. AVS_HIGHVERSIONLIE_DESC "Notifies the application that it is running on a version of Windows that does not yet exist. The tested application will stop responding or close if it does not handle version information correctly."
  159. AVS_REGISTRYCHECKS_DESC "Checks if the application is accessing areas of the registry that should be used only by the system. This test is not appropriate for installation applications or utilities that require administrator privileges. Problems are logged if they are detected."
  160. AVS_LOGSTARTANDSTOP_DESC "Logs application start and stop."
  161. AVS_DXFILEVERINFO_DESC "Logs any attempts that an application makes to perform a version check on DirectX files. (Logs information only.)"
  162. AVS_LOGFILECHANGES_DESC "Logs all changes that an application makes to the file system. (Logs information only.)"
  163. AVS_LOGREGCHANGES_DESC "Logs all changes that an application makes to the registry. (Logs information only.)"
  164. AVS_WINFILEPROTECT_DESC "Ensures that an application doesn't modify or delete files protected by Windows. (Logs information only.)"
  165. AVS_OBSOLETECALLS_DESC "Logs calls made to APIs that have been marked as obsolete in the Microsoft Platform SDK. (Logs information only.)"
  166. AVS_KMODEDRIVER_DESC "Logs any attempts made by an application to install a kernel-mode driver. (Logs information only.)"
  167. AVS_SECURITYCHECKS_DESC "Detects and logs potential security issues with improper security descriptors and process creation API calls. (Logs information only.)"
  168. END
  169. STRINGTABLE DISCARDABLE
  170. BEGIN
  171. AVS_WFP_COPYFILE "Attempted to copy over a protected file."
  172. AVS_WFP_MOVEFILE "Attempted to rename or move a protected file."
  173. AVS_WFP_DELETEFILE "Attempted to delete a protected file."
  174. AVS_WFP_REPLACEFILE "Attempted to replace a protected file."
  175. AVS_WFP_WRITEFILE "Attempted to modify a protected file."
  176. AVS_WFP_OPENFILE "Attempted to obtain a handle to a protected file."
  177. AVS_WFP_SHFILEOP "Attempted to rename, move, or delete a protected file."
  178. AVS_WFP_GENERAL_R "The application attempted to modify, rename, move, replace, or delete files that are protected by Windows. Unauthorized changes to these files can cause unnecessary version conflicts and degradation to operating system stability."
  179. END
  180. STRINGTABLE DISCARDABLE
  181. BEGIN
  182. AVS_DXFILEVERINFO_DXFILE "Performed a version check on DirectX files."
  183. AVS_DXFILEVERINFO_DXFILE_R "The application attempted to get version information directly from DirectX files. Applications should not try to detect DirectX version information, but should instead attempt to install the DirectX version with which the application is compatible. For more information, see the DirectX SDK."
  184. END
  185. STRINGTABLE DISCARDABLE
  186. BEGIN
  187. AVS_HKCU_Console_READ "Read from Current User Registry Key: Console."
  188. AVS_HKCU_Console_READ_R "The application read from Current User Registry Key: Console. It should not read this area of the registry directly for console information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  189. AVS_HKCU_ControlPanel_READ "Read from Current User Registry Key: ControlPanel."
  190. AVS_HKCU_ControlPanel_READ_R "The application read from Current User Registry Key: ControlPanel. It should not read this area of the registry directly for Control Panel information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  191. AVS_HKCU_Environment_READ "Read from Current User Registry Key: Environment."
  192. AVS_HKCU_Environment_READ_R "The application read from Current User Registry Key: Environment. It should not read from this area of the registry directly for environment information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API call: getenv()"
  193. AVS_HKCU_Environment_READ_URL "http://go.microsoft.com/fwlink?linkid=392"
  194. AVS_HKCU_Identities_READ "Read from Current User Registry Key: Identities."
  195. AVS_HKCU_Identities_READ_R "The application read from Current User Registry Key: Identities. It should not read from this area of the registry directly for user information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  196. AVS_HKCU_KeyboardLayout_READ "Read from Current User Registry Key: KeyboardLayout."
  197. AVS_HKCU_KeyboardLayout_READ_R "The application read from Current User Registry Key: KeyboardLayout. It should not read from this area of the registry directly for keyboard information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API call: GetKeyboardLayout()"
  198. AVS_HKCU_KeyboardLayout_READ_URL "http://go.microsoft.com/fwlink?linkid=393"
  199. AVS_HKCU_Printers_READ "Read from Current User Registry Key: Printers."
  200. AVS_HKCU_Printers_READ_R "The application read from Current User Registry Key: Printers. It should not read from this area of the registry directly for system information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls: GetPrinter() and GetPrinterData()"
  201. AVS_HKCU_Printers_READ_URL "http://go.microsoft.com/fwlink?linkid=394"
  202. AVS_HKCU_RemoteAccess_READ "Read from Current User Registry Key: RemoteAccess."
  203. AVS_HKCU_RemoteAccess_READ_R "The application read from Current User Registry Key: RemoteAccess. It should not read from this area of the registry directly for remote access service information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  204. AVS_HKCU_RemoteAccess_READ_URL "http://go.microsoft.com/fwlink?linkid=395"
  205. AVS_HKCU_SessionInformation_READ "Read from Current User Registry Key: SessionInformation."
  206. AVS_HKCU_SessionInformation_READ_R "The application read from Current User Registry Key: SessionInformation. It should not read this area of the registry directly for session information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  207. AVS_HKCU_UNICODEProgramGroups_READ "Read from Current User Registry Key: UNICODEProgramGroups."
  208. AVS_HKCU_UNICODEProgramGroups_READ_R "The application from Current User Registry Key: UNICODEProgramGroups. It should not read this area of the registry directly for program group information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  209. AVS_HKCU_VolatileEnvironment_READ "Read from Current User Registry Key: VolatileEnvironment."
  210. AVS_HKCU_VolatileEnvironment_READ_R "The application read from Current User Registry Key: VolatileEnvironment. It should not read this area of the registry directly for information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  211. AVS_HKCU_Windows31MigrationStatus_READ "Read from Current User Registry Key: Windows31MigrationStatus."
  212. AVS_HKCU_Windows31MigrationStatus_READ_R "The application read from Current User Registry Key: Windows31MigrationStatus. It should not read this area of the registry directly for information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  213. AVS_HKLM_HARDWARE_READ "Read from Local Machine Registry Key: Hardware."
  214. AVS_HKLM_HARDWARE_READ_R "The application read from Local Machine Registry Key: Hardware. It should not read this area of the registry directly for hardware information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  215. AVS_HKLM_SAM_READ "Read from Local Machine Registry Key: SAM."
  216. AVS_HKLM_SAM_READ_R "The application read from Local Machine Registry Key: SAM. It should not read this area of the registry directly for security-related information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  217. AVS_HKLM_SECURITY_READ "Read from Local Machine Registry Key: Security."
  218. AVS_HKLM_SECURITY_READ_R "The application read from Local Machine Registry Key: Security. It should not read this area of the registry directly for security-related information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  219. AVS_HKLM_SYSTEM_READ "Read from Local Machine Registry Key: System."
  220. AVS_HKLM_SYSTEM_READ_R "The application read from Local Machine Registry Key: System. It should not read this area of the registry directly for system-related information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  221. AVS_HKCC_READ "Read from the HKEY_CURRENT_CONFIG Registry Key."
  222. AVS_HKCC_READ_R "The application read from Current Configuration Registry Keys. It should not read this area of the registry directly for configuration information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  223. AVS_HKUS_READ "Read from Users Registry Keys."
  224. AVS_HKUS_READ_R "The application read from Users Registry Keys. It should not read this area of the registry directly for user-related information. Registry keys change with each version of Windows. To guarantee compatibility, use the correct API calls."
  225. AVS_NON_HKCU_WRITE "Wrote to a non-Current User Registry Write Key."
  226. AVS_NON_HKCU_WRITE_R "The application wrote to a non-Current User Registry Write Key. Applications should store information to the Current User section of the registry, which allows each user to have their own saved preferences."
  227. END
  228. STRINGTABLE DISCARDABLE
  229. BEGIN
  230. AVS_HARDCODED_COMMONPROGRAMS "Used a common programs directory path that was not obtained using an approved [KVP2]method."
  231. AVS_HARDCODED_COMMONPROGRAMS_R "The application used a common program directory path that was not obtained using a method approved by the Designed for Windows Logo Program. Use the correct API function when accessing the common programs directory path: SHGetFolderPath() with CSIDL=CSIDL_COMMON_PROGRAMS."
  232. AVS_HARDCODED_COMMONPROGRAMS_URL "http://go.microsoft.com/fwlink?linkid=399"
  233. AVS_HARDCODED_COMMONSTARTMENU "Used a common Start menu directory path that was not obtained using an approved method."
  234. AVS_HARDCODED_COMMONSTARTMENU_R "The application used a common Start menu directory path that was not obtained using a method approved by the Designed for Windows Logo Program. Use the correct API function when accessing the common Start menu directory path: SHGetFolderPath() with CSIDL=CSIDL_COMMON_STARTMENU."
  235. AVS_HARDCODED_COMMONSTARTMENU_URL "http://go.microsoft.com/fwlink?linkid=399"
  236. AVS_HARDCODED_PROGRAMS "Used a programs directory path that was not obtained using an approved method."
  237. AVS_HARDCODED_PROGRAMS_R "The application used a programs directory path that was not obtained using a method approved by the Designed for Windows Logo Program. Use the correct API function when accessing the programs directory path: SHGetFolderPath() with CSIDL=CSIDL_PROGRAMS"
  238. AVS_HARDCODED_PROGRAMS_URL "http://go.microsoft.com/fwlink?linkid=399"
  239. AVS_HARDCODED_STARTMENU "Used a Start menu directory path that was not obtained using an approved method."
  240. AVS_HARDCODED_STARTMENU_R "The application used a Start menu directory path that was not obtained using a method approved by the Designed for Windows Logo Program. Use the correct API function when accessing the start menu directory path: SHGetFolderPath() with CSIDL=CSIDL_STARTMENU"
  241. AVS_HARDCODED_STARTMENU_URL "http://go.microsoft.com/fwlink?linkid=399"
  242. AVS_HARDCODED_GETTEMPPATH "Used a Windows Temp path that was not obtained using an approved method."
  243. AVS_HARDCODED_GETTEMPPATH_R "The application used a Windows Temp path that was not obtained using a method approved by the Designed for Windows Logo Program. Use the GetTempPath API to locate appropriate storage for temporary files."
  244. AVS_HARDCODED_GETTEMPPATH_URL "http://go.microsoft.com/fwlink?linkid=391"
  245. AVS_HARDCODED_WINDOWSPATH "Used a Windows directory path that was not obtained using an approved method."
  246. AVS_HARDCODED_WINDOWSPATH_R "The application used a Windows directory path that was not obtained using a method approved by the Designed for Windows Logo Program. Use the correct API function when accessing the Windows directory path: GetWindowsDirectory()"
  247. AVS_HARDCODED_WINDOWSPATH_URL "http://go.microsoft.com/fwlink?linkid=396"
  248. AVS_HARDCODED_SYSWINDOWSPATH "Used a System Windows directory path that was not obtained using an approved method."
  249. AVS_HARDCODED_SYSWINDOWSPATH_R "The application used a System Windows directory path that was not obtained using a method approved by the Designed for Windows Logo Program. Use the correct API function when accessing the Windows System directory path: GetSystemWindowsDirectory()"
  250. AVS_HARDCODED_SYSWINDOWSPATH_URL "http://go.microsoft.com/fwlink?linkid=397"
  251. AVS_HARDCODED_SYSTEMPATH "Used a Windows System directory path that was not obtained using an approved method."
  252. AVS_HARDCODED_SYSTEMPATH_R "The application used a Windows System Directory path that was not obtained using a method approved by the Designed for Windows Logo Program. Use the correct API function when accessing the Windows System directory path: GetSystemDirectory()"
  253. AVS_HARDCODED_SYSTEMPATH_URL "http://go.microsoft.com/fwlink?linkid=398"
  254. AVS_HARDCODED_PERSONALPATH "Used a My Documents directory path that was not obtained using an approved method."
  255. AVS_HARDCODED_PERSONALPATH_R "The application used a My Documents directory path that was not obtained using a method approved by the Designed for Windows Logo Program. Use the correct API function when accessing a user's My Documents directory path: SHGetFolderPath() with CSIDL=CSIDL_PERSONAL"
  256. AVS_HARDCODED_PERSONALPATH_URL "http://go.microsoft.com/fwlink?linkid=399"
  257. END
  258. STRINGTABLE DISCARDABLE
  259. BEGIN
  260. AVS_APP_STOPPED "Stopped."
  261. AVS_APP_STOPPED_R "The application stopped running. This is an informational message; no action is required."
  262. AVS_APP_STARTED "Started."
  263. AVS_APP_STARTED_R "The application started running. This is an informational message; no action is required."
  264. END
  265. STRINGTABLE DISCARDABLE
  266. BEGIN
  267. AVS_HIGHVERSION_GETVERSIONEX "Called the GetVersionEx API."
  268. AVS_HIGHVERSION_GETVERSIONEX_R "The application called the GetVersionEx API. This is an informational message; no action is required."
  269. AVS_HIGHVERSION_GETVERSION "Called the GetVersion API."
  270. AVS_HIGHVERSION_GETVERSION_R "The application called the GetVersion API. This is an informational message; no action is required."
  271. AVS_HIGHVERSION_GETVERSION_URL "http://go.microsoft.com/fwlink/?linkid=5644"
  272. END
  273. STRINGTABLE DISCARDABLE
  274. BEGIN
  275. AVS_LOGFILECHANGES_LOGLOC "Made changes to the file system."
  276. AVS_LOGFILECHANGES_LOGLOC_R "The application added, deleted, or changed files. A log file listing all of the changes made was created. This is an informational message; no action is required."
  277. AVS_LOGFILECHANGES_UFW "Performed a file operation in an unapproved location."
  278. AVS_LOGFILECHANGES_UFW_R "The application performed a file operation in a location that is not approved by the Designed for Windows Logo Program. The application should not make changes to existing files, create files in the Windows directory, or create files in the Program Files directory."
  279. END
  280. STRINGTABLE DISCARDABLE
  281. BEGIN
  282. AVS_LOGREGCHANGES_LOGLOC "Made changes to the registry."
  283. AVS_LOGREGCHANGES_LOGLOC_R "The application added, deleted, or changed registry entries. A log file listing all of the changes made was created. This is an informational message; no action is required."
  284. END
  285. STRINGTABLE DISCARDABLE
  286. BEGIN
  287. AVS_OBSOLETECALLS_API "Called an obsolete API."
  288. AVS_OBSOLETECALLS_API_R "The application called an obsolete API. Applications should not call obsolete APIs. Find and use current APIs instead."
  289. AVS_OBSOLETECALLS_API_URL "http://go.microsoft.com/fwlink/?linkid=5610"
  290. END
  291. STRINGTABLE DISCARDABLE
  292. BEGIN
  293. AVS_KMODEDRIVER_INST "Installed a kernel-mode driver."
  294. AVS_KMODEDRIVER_INST_R "The application installed a kernel-mode driver. To properly install kernel-mode drivers, applications should use the CreateService API."
  295. END
  296. STRINGTABLE DISCARDABLE
  297. BEGIN
  298. AVS_SECURITYCHECKS_BADARGUMENTS "Called an API and passed arguments that may lead to security issues."
  299. AVS_SECURITYCHECKS_BADARGUMENTS_R "The application called an API and passed arguments that may lead to security issues."
  300. AVS_SECURITYCHECKS_WINEXEC "Called an API that should not be used due to potential security issues."
  301. AVS_SECURITYCHECKS_WINEXEC_R "The application called an API that should not be used due to potential security issues. Use the more secure API, CreateProcess or CreateProcessAsUser."
  302. AVS_SECURITYCHECKS_NULL_DACL "Created an object with a NULL DACL."
  303. AVS_SECURITYCHECKS_NULL_DACL_R "The application created an object (file, registry key, etc.) with a NULL DACL. This is a serious security problem, as anyone can change the DACL and deny access to other users."
  304. AVS_SECURITYCHECKS_WORLDWRITE_DACL "Created an object with a DACL with WRITE_DAC or WRITE_OWNER allowed for WORLD."
  305. AVS_SECURITYCHECKS_WORLDWRITE_DACL_R "The application created an object (file, registry key, etc.) with a DACL with WRITE_DAC or WRITE_OWNER allowed for WORLD. This is a serious security problem, as anyone can change the DACL and give themselves access, or deny access to other users."
  306. END
  307. #endif // English (U.S.) resources
  308. /////////////////////////////////////////////////////////////////////////////
  309. #ifndef APSTUDIO_INVOKED
  310. /////////////////////////////////////////////////////////////////////////////
  311. //
  312. // Generated from the TEXTINCLUDE 3 resource.
  313. //
  314. /////////////////////////////////////////////////////////////////////////////
  315. #endif // not APSTUDIO_INVOKED