;// Win32 event log message file for IE URL Lock ;// Adapted from http://msdn2.microsoft.com/en-us/library/aa363680(VS.85).aspx ;// This file must be compiled using Microsoft's message compiler (mc.exe), which ;// produces URLLockEventLogXP.(h|rc) and MSG00409.bin. If you don't need to ;// change this file, then these generated files in Subversion will work ;// Command line for mc.exe: mc -U URLLockEventLogXP.mc MessageIdTypedef=DWORD SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS Informational=0x1:STATUS_SEVERITY_INFORMATIONAL Warning=0x2:STATUS_SEVERITY_WARNING Error=0x3:STATUS_SEVERITY_ERROR ) FacilityNames=(System=0x0:FACILITY_SYSTEM Runtime=0x2:FACILITY_RUNTIME Stubs=0x3:FACILITY_STUBS Io=0x4:FACILITY_IO_ERROR_CODE ) LanguageNames=(English=0x409:MSG00409) ;// The following are message definitions. MessageId=0x1 Severity=Warning Facility=Runtime SymbolicName=MSG_URL_BLOCKED_NOT_ALLOWED Language=English The following location was blocked: %1 %r%rThe location did not match any permitted regular expressions . MessageId=0x2 Severity=Warning Facility=Runtime SymbolicName=MSG_URL_BLOCKED_DENIED Language=English The following location was blocked: %1 %r%rThe location was explicitly blocked by regular expression %2 in the %3: %4 . MessageId=0x3 Severity=Informational Facility=Runtime SymbolicName=MSG_URL_ALLOWED Language=English The following location was allowed: %1 %r%rThe location was explicitly allowed by regular expression %2 in the %3: %4 . MessageId=0x4 Severity=Informational Facility=Runtime SymbolicName=MSG_URL_ALLOWED_NOT_DENIED Language=English The following location was allowed: %1 %r%rThe location did not match any denied regular expressions . MessageId=0x5 Severity=Informational Facility=Runtime SymbolicName=MSG_URL_ALLOWED_NOT_WEB Language=English The following location was allowed: %1 %r%rThe location was allowed because it does not display web content, which was determined by the following regular expression in the %2: %3 . MessageId=0x6 Severity=Error Facility=Runtime SymbolicName=MSG_GENERAL_ERROR Language=English %1 . MessageId=0x7 Severity=Error Facility=Runtime SymbolicName=MSG_ACCESS_DENIAL_LOCATION_DENIED Language=English Access denial location "%1" redirected to "%2", which was blocked. %r%rTo remedy this, either change your access denial location to "%2" or add an allowed location regular expression to match "%2". %r%rAlso ensure that "%2" is not blocked by a denied location regular expression, which can happen if your access control processing order is 'Allow, Deny'. . MessageId=0x8 Severity=Error Facility=Runtime SymbolicName=MSG_REGEX_COMPILE_ERROR Language=English %1 .