jscript9.dll.mui Microsoft (R) JScript d411a16586247f5c1b29eb155054b4f9

File info

File name: jscript9.dll.mui
Size: 29696 byte
MD5: d411a16586247f5c1b29eb155054b4f9
SHA1: 743d8b9c11ff0550d9638399d1dfafed28aa0e87
SHA256: 2c26fa25869d1d4265f9022b450079a3e1393c5b17ee585e16b8d9c0821a7fa0
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Chinese (Simplified) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Chinese (Simplified) English
5无效的过程调用或参数 Invalid procedure call or argument
6溢出 Overflow
7内存不足 Out of memory
9下标越界 Subscript out of range
10该数组为定长的或临时被锁定 This array is fixed or temporarily locked
11被零除 Division by zero
13类型不匹配 Type mismatch
14字符串空间不够 Out of string space
17不能执行所需的操作 Can't perform requested operation
28堆栈溢出 Out of stack space
35未定义 Sub 或 Function Sub or Function not defined
48加载 DLL 时出错 Error in loading DLL
51内部错误 Internal error
52错误的文件名或号码 Bad file name or number
53文件未找到 File not found
54错误的文件模式 Bad file mode
55文件已经打开 File already open
57设备 I/O 错误 Device I/O error
58文件已存在 File already exists
61磁盘已满 Disk full
62输入超出了文件尾 Input past end of file
67文件过多 Too many files
68设备不可用 Device unavailable
70没有权限 Permission denied
71磁盘没有准备好 Disk not ready
74重命名时不能带有其他驱动器符号 Can't rename with different drive
75路径/文件访问错误 Path/File access error
76路径未找到 Path not found
91对象变量或 With 块变量未设置 Object variable or With block variable not set
92For 循环未初始化 For loop not initialized
94无效使用 Null Invalid use of Null
322不能创建所需的临时文件 Can't create necessary temporary file
424缺少对象 Object required
429Automation 服务器不能创建对象 Automation server can't create object
430类不能支持 Automation 操作 Class doesn't support Automation
432Automation 操作中文件名或类名未找到 File name or class name not found during Automation operation
438对象不支持此属性或方法 Object doesn't support this property or method
440Automation 操作错误 Automation error
445对象不支持此操作 Object doesn't support this action
446对象不支持已命名参数 Object doesn't support named arguments
447对象不支持当前区域设置选项 Object doesn't support current locale setting
448未找到已命名参数 Named argument not found
449参数是必选项 Argument not optional
450错误的参数个数或无效的参数属性值 Wrong number of arguments or invalid property assignment
451对象不是一个集合 Object not a collection
453未找到指定的 DLL 函数 Specified DLL function not found
458变量使用了一个 JavaScript 中不支持的 Automation 类型 Variable uses an Automation type not supported in JavaScript
462远程服务器不存在或不可用 The remote server machine does not exist or is unavailable
501不能给变量赋值 Cannot assign to variable
502对象不能安全地使用 Script 编程 Object not safe for scripting
503对象不能安全初始化 Object not safe for initializing
504对象不能安全创建 Object not safe for creating
507出现一个意外错误 An exception occurred
1002语法错误 Syntax error
1003缺少 ':' Expected ':'
1004缺少 ';' Expected ';'
1005缺少 '(' Expected '('
1006缺少 ')' Expected ')'
1007缺少 ']' Expected ']'
1008缺少 '{' Expected '{'
1009缺少 '}' Expected '}'
1010缺少标识符 Expected identifier
1011缺少 '=' Expected '='
1012缺少 '/' Expected '/'
1013无效数字 Invalid number
1014无效字符 Invalid character
1015未结束的字符串常量 Unterminated string constant
1016注释未结束 Unterminated comment
1018'return' 语句在函数之外 'return' statement outside of function
1019循环之外不能有 'break' Can't have 'break' outside of loop
1020循环之外不能有 'continue' Can't have 'continue' outside of loop
1023缺少十六进制数字 Expected hexadecimal digit
1024缺少 'while' Expected 'while'
1025标签重复定义 Label redefined
1026标签未找到 Label not found
1027'default' 只能在 'switch' 语句中出现一次 'default' can only appear once in a 'switch' statement
1028缺少标识符、字符串或数字 Expected identifier, string or number
1029缺少 '@end' Expected '@end'
1030条件编译已关闭 Conditional compilation is turned off
1031缺少常量 Expected constant
1032缺少 '@' Expected '@'
1033缺少 'catch' Expected 'catch'
1034缺少 'var' Expected 'var'
1035“throw”的后面必须在同一行跟有一个表达式 'throw' must be followed by an expression on the same source line
1037strict 模式下不允许使用“with”语句 'with' statements are not allowed in strict mode
1038strict 模式下不允许正式参数名称重复 Duplicate formal parameter names not allowed in strict mode
1039strict 模式下不允许使用八进制数字参数和转义字符 Octal numeric literals and escape characters not allowed in strict mode
1041strict 模式下“eval”的用法无效 Invalid usage of 'eval' in strict mode
1042strict 模式下“arguments”的用法无效 Invalid usage of 'arguments' in strict mode
1045strict 模式下不允许对表达式调用 Delete Calling delete on expression not allowed in strict mode
1046strict 模式下不允许一个属性有多个定义 Multiple definitions of a property not allowed in strict mode
1047在 strict 模式下,函数声明无法嵌套在语句或块内。这些声明仅出现在顶级或直接出现在函数体内。 In strict mode, function declarations cannot be nested inside a statement or block. They may only appear at the top level or directly inside a function body.
1048对标识符使用关键字无效 The use of a keyword for an identifier is invalid
1049对标识符使用日后保留字词无效 The use of a future reserved word for an identifier is invalid
1050对标识符使用日后保留字词无效。在 strict 模式下会保留标识符名称。 The use of a future reserved word for an identifier is invalid. The identifier name is reserved in strict mode.
1051Setter 函数必须具有一个参数 Setter functions must have one argument
1052Let/Const 重新声明 Let/Const redeclaration
1053必须初始化 Const Const must be initialized
1054必须在块内声明 Const 和 let Const and let must be declared inside of block
1055const 赋值 Assignment to const
4096JavaScript 编译错误 JavaScript compilation error
4097JavaScript 运行时错误 JavaScript runtime error
4098未知的运行时错误 Unknown runtime error
5000不能给 'this' 赋值 Cannot assign to 'this'
5001缺少数字 Number expected
5002缺少函数 Function expected
5003不能给函数返回值赋值 Cannot assign to a function result
5004不能检索对象 Cannot index object
5005缺少字符串 String expected
5006缺少日期对象 Date object expected
5008赋值左侧无效 Invalid left-hand side in assignment
5009未定义标识符 Undefined identifier
5010缺少布尔变量 Boolean expected
5011不能执行已释放 Script 的代码 Can't execute code from a freed script
5012缺少对象成员 Object member expected
5013缺少 VBArray VBArray expected
5014缺少 JavaScript 对象 JavaScript object expected
5015缺少枚举器对象 Enumerator object expected
5016缺少正则表达式对象 Regular Expression object expected
5017正则表达式语法错误 Syntax error in regular expression
5018错误的数量词 Unexpected quantifier
5019正则表达式中缺少 ']' Expected ']' in regular expression
5020正则表达式中缺少 ')' Expected ')' in regular expression
5021字符集越界 Invalid range in character set
5022引发了异常但未捕获 Exception thrown and not caught
5023函数没有有效的原型对象 Function does not have a valid prototype object
5024被编码的 URI 中包含非法字符 The URI to be encoded contains an invalid character
5025被解码的 URI 不是合法的编码 The URI to be decoded is not a valid encoding
5026小数位数字越界 The number of fractional digits is out of range
5027精度越界 The precision is out of range
5028缺少 Array 或 arguments 对象 Array or arguments object expected
5029数组长度必须为有限正整数 Array length must be a finite positive integer
5030数组长度必须赋值为有限正数 Array length must be assigned a finite positive number
5031缺少 Array 对象 Array object expected
5034不支持在值参数中进行循环引用 Circular reference in value argument not supported
5035无效的替换器参数 Invalid replacer argument
5038参数列表太大,无法应用 Argument list too large to apply
5039重新声明常量属性 Redeclaration of const property
5040Cyclic __proto__ value Cyclic __proto__ value
5041无法配置对象成员 Object member not configurable
5042strict 模式下未定义变量 Variable undefined in strict mode
5043strict 模式下不允许访问函数或参数对象的“caller”属性 Accessing the 'caller' property of a function or arguments object is not allowed in strict mode
5044strict 模式下不允许访问参数对象的“callee”属性 Accessing the 'callee' property of an arguments object is not allowed in strict mode
5045strict 模式下不允许分配到只读属性 Assignment to read-only properties is not allowed in strict mode
5046无法为不可扩展的对象创建属性 Cannot create property for a non-extensible object
5053属性不能同时具有取值函数和值 Property cannot have both accessors and a value
5054'this' 为 null 或未定义 'this' is null or undefined
5059缺少日期 Date expected
5064缺少 RegExp 对象 RegExp object expected
5065函数参数无效 Invalid function argument
5072“length”属性无效 Invalid 'length' property
5074操作数无效 Invalid Operand
5076属性描述符无效 Invalid property descriptor
5077无法定义属性: 对象不可扩展 Cannot define property: object is not extensible
5078无法重新定义不可配置的属性 Cannot redefine non-configurable property
5079无法修改不可写的属性 Cannot modify non-writable property
5080无法修改属性:“length”不可写 Cannot modify property: 'length' is not writable
5081无法定义属性 Cannot define property
5082类型化数组构造函数参数无效 Typed array constructor argument is invalid
5083“this”不是类型化数组对象 'this' is not a typed array object
5084在创建类型化数组时,偏移/长度无效 Invalid offset/length when creating typed array
5085类型化数组子数组方法中的开始/结束值无效 Invalid begin/end value in typed array subarray method
5086类型化数组集中的源无效 Invalid source in typed array set
5087“this”不是 DataView 对象 'this' is not a DataView object
5088DataView 中的参数无效 Invalid arguments in DataView
5089DataView 操作访问超出指定的缓冲区长度 DataView operation access beyond specified buffer length
5091无效的函数签名 invalid function signature
5092无效的属性签名 invalid property signature
5093输入参数类型无效 invalid input parameter type
5094输出参数无效 invalid ouput parameter
5095strict 模式下不允许访问函数的 "arguments" 属性 Accessing the 'arguments' property of a function is not allowed in strict mode
5096应为 Inspectable 对象 Inspectable Object expected
5097无法将参数转换为 "char" 类型 Could not convert argument to type 'char'
5098无法将参数转换为 "GUID" 类型 Could not convert argument to type 'GUID'
5099应为 IInspectable IInspectable expected
5100无法将对象转换为结构: 该对象缺少应有的属性 Could not convert object to struct: object missing expected property
5101未知类型 Unknown type
5102使用过少的参数调用函数 Function called with too few arguments
5103类型不可构造 Type is not constructible
5104无法将值转换为 PropertyValue: PropertyValue 不支持类型 Could not convert value to PropertyValue: Type not supported by PropertyValue
5105无法将值转换为 IInspectable: IInspectable 不支持类型 Could not convert value to IInspectable: Type not supported by IInspectable
5106无法将 Date 转换为 Windows.Foundation.DateTime: 值超出有效范围 Could not convert Date to Windows.Foundation.DateTime: value outside of valid range
5107无法将值转换为 Windows.Foundation.TimeSpan: 值超出有效范围 Could not convert value to Windows.Foundation.TimeSpan: value outside of valid range
5108对已释放的 Inspectable 对象的访问无效 Invalid access to already released Inspectable Object
5109无法释放已释放的 Inspectable 对象 Cannot release already released Inspectable Object
5110'this' 不是所需的类型 'this' is not of the expected type
5111为数组指定的长度和大小无效 Illegal length and size specified for the array
5112尝试获取元数据信息时发生意外故障 An unexpected failure occurred while trying to obtain metadata information
5113在声明之前使用 Use before declaration
5114无法重新初始化 "this",对象已初始化 Cannot re-initialize 'this', object already initialized
5115无法初始化 "this",因为它是不可扩展的对象 Cannot initialize 'this' because it is a non-extensible object
5116"this" 不属于所需的类型 'this' is not of the expected type
5117'key' 不是对象 'key' is not an object
5118选项值超出了有效范围 Option value is outside of valid range
5119应为对象或字符串 Object or string expected
5120此项不能用在新语句中 This can't be used in a new statement
5121区域设置的格式不正确 Locale is not well-formed
5122货币代码无效 Currency code is invalid
5123未指定货币代码 Currency code was not specified
5124日期无效 Invalid Date
5125国际号码不可用。 Intl is not available.
5200状态为 'error',但 getResults 未返回错误 Status is 'error', but getResults did not return an error
5201传递给完成的处理程序的状态参数丢失或无效 Missing or invalid status parameter passed to completed handler
5202传递给完成的处理程序的发送方参数丢失或无效 Missing or invalid sender parameter passed to completed handler
5400调试本机代码时函数计算处于禁用状态 Function evaluation is disabled while debugging native code
5401调试本机代码时不支持计算 JavaScript 表达式 Evaluation of the JavaScript expression is not supported while debugging native code
5604需要 ArrayBuffer 对象 ArrayBuffer object expected
6000正无穷大 Infinity
6001负无穷大 -Infinity
10438对象不支持“%s”属性或方法 Object doesn't support property or method '%s'
10449函数“%s”的参数是必需的 Argument to the function '%s' is not optional
15001“%s”不是数字 '%s' is not a number
15002“%s”不是函数 '%s' is not a function
15004“%s”不是可索引的对象 '%s' is not an indexable object
15005“%s”不是字符串 '%s' is not a string
15006“%s”不是日期对象 '%s' is not a date object
15007“%s”为 null 或不是对象 '%s' is null or not an object
15008不能给“%s”赋值 Cannot assign to '%s'
15009“%s”未定义 '%s' is undefined
15010“%s”不是布尔变量 '%s' is not a boolean
15012不能删除“%s” Cannot delete '%s'
15013“%s”不是 VBArray '%s' is not a VBArray
15014“%s”不是 JavaScript 对象 '%s' is not a JavaScript object
15015“%s”不是枚举器对象 '%s' is not an enumerator object
15016“%s”不是正则表达式对象 '%s' is not a regular expression object
15028%s 不是 Array 或 arguments 对象 %s is not an Array or arguments object
15031%s 不是 Array 对象 %s is not an Array object
15036此对象的属性描述器的特性“%s”不能设置为“true” '%s' attribute on the property descriptor cannot be set to 'true' on this object
15037此对象的属性描述器的特性“%s”不能设置为“false” '%s' attribute on the property descriptor cannot be set to 'false' on this object
15039重新声明常量“%s” Redeclaration of const '%s'
15041strict 模式下不允许对“%s”调用 Delete Calling delete on '%s' is not allowed in strict mode
15047无法设置未定义或 null 引用的属性“%s” Unable to set property '%s' of undefined or null reference
15048无法获取未定义或 null 引用的属性“%s” Unable to get property '%s' of undefined or null reference
15049无法删除未定义或 null 引用的属性“%s” Unable to delete property '%s' of undefined or null reference
15050无法访问属性“%s”: 类型“VarDate”不支持用户定义的属性 Unable to access property '%s': type 'VarDate' does not support user-defined properties
15051属性“%s”的值不是 Function 对象 The value of the property '%s' is not a Function object
15052属性“%s”的值为 null、未定义或不是 Function 对象 The value of the property '%s' is null or undefined, not a Function object
15054%s: 'this' 为 null 或未定义 %s: 'this' is null or undefined
15055%s: 'this' 不是 Object %s: 'this' is not an Object
15056%s: 'this' 不是 Function 对象 %s: 'this' is not a Function object
15057%s: 'this' 不是 String 对象 %s: 'this' is not a String object
15058%s: 'this' 不是 Boolean 对象 %s: 'this' is not a Boolean object
15059%s: 'this' 不是 Date 对象 %s: 'this' is not a Date object
15060%s: 'this' 不是 Number 对象 %s: 'this' is not a Number object
15061%s: 'this' 不是 VBArray 对象 %s: 'this' is not a VBArray object
15062%s: 'this' 不是 JavaScript 对象 %s: 'this' is not a JavaScript object
15063%s: 'this' 不是 Enumerator 对象 %s: 'this' is not an Enumerator object
15064%s: 'this' 不是 RegExp 对象 %s: 'this' is not a RegExp object
15065%s: 无效参数 %s: invalid argument
15066%s: 参数不是 Object %s: argument is not an Object
15067%s: 参数不是 JavaScript 对象 %s: argument is not a JavaScript object
15068%s: 参数不是 Function 对象 %s: argument is not a Function object
15069%s: 参数不是 VBArray 对象 %s: argument is not a VBArray object
15070%s: 参数为 null 或未定义 %s: argument is null or undefined
15071%s: 参数不是 Object 且不为 null %s: argument is not an Object and is not null
15072%s: 参数没有有效的“length”属性 %s: argument does not have a valid 'length' property
15073%s: 缺少 Array 或 arguments 对象 %s: Array or arguments object expected
15074“%s”的操作数无效: 缺少 Object Invalid operand to '%s': Object expected
15075“%s”的操作数无效: 缺少 Function Invalid operand to '%s': Function expected
15076属性“%s”的描述符无效 Invalid descriptor for property '%s'
15077无法定义属性“%s”: 对象不可扩展 Cannot define property '%s': object is not extensible
15078无法重新定义不可配置的属性“%s” Cannot redefine non-configurable property '%s'
15079无法修改不可写的属性“%s” Cannot modify non-writable property '%s'
15080无法修改属性“%s”:“length”不可写 Cannot modify property '%s': 'length' is not writable
15081无法定义属性“%s” Cannot define property '%s'
15088未指定 DataView 方法中的必需参数 %s Required argument %s in DataView method is not specified
15090DataView 构造函数参数 %s 无效 DataView constructor argument %s is invalid
15091函数“%s”具有无效的签名,无法调用该函数 The function '%s' has an invalid signature and cannot be called
15092属性“%s”具有无效的签名,无法访问该属性 The property '%s' has an invalid signature and cannot be accessed
15093不支持将 runtimeclass %s (默认接口为 Windows.Foundation.IPropertyValue)作为输入参数类型 The runtimeclass %s that has Windows.Foundation.IPropertyValue as default interface is not supported as input parameter type
15094不支持将接口为 Windows.Foundation.IPropertyValue (具有 runtimeclass 名称 %s)的对象作为输出参数 The object with interface Windows.Foundation.IPropertyValue that has runtimeclass name %s is not supported as out parameter
15096%s: "this" 不是 Inspectable 对象 %s: 'this' is not an Inspectable Object
15097%s: 无法将参数转换为 "char" 类型 %s: could not convert argument to type 'char'
15098%s: 无法将参数转换为 "GUID" 类型 %s: could not convert argument to type 'GUID'
15099%s: 无法将返回值转换为 IInspectable %s: could not convert return value to IInspectable
15100无法将对象转换为结构: 对象缺少应有的属性 "%s" Could not convert object to struct: object missing expected property '%s'
15101找不到类型 "%s" Type '%s' not found
15102%s: 使用过少的参数调用函数 %s: function called with too few arguments
15103%s: 类型不可构造 %s: type is not constructible
15104无法将值转换为 PropertyValue: PropertyValue 不支持 %s Could not convert value to PropertyValue: %s not supported by PropertyValue
15105无法将值转换为 IInspectable: IInspectable 不支持 %s Could not convert value to IInspectable: %s not supported by IInspectable
15108%s: Inspectable 对象 "this" 已释放并且无法访问 %s: The Inspectable object 'this' is released and cannot be accessed
15110'this' 不是所需的类型: %s 'this' is not of expected type: %s
15112%s: 尝试获取元数据信息时发生意外故障 %s: an unexpected failure occurred while trying to obtain metadata information
15114无法初始化“%s”对象: "this" 已初始化为“%s”对象 Cannot initialize '%s' object: 'this' is already initialized as '%s' object
15115无法初始化“%s”对象: "this" 不可扩展 Cannot initialize '%s' object: 'this' is not extensible
15116%s: "this" 不是 %s 对象 %s: 'this' is not a %s object
15117%s: 'key' 不是对象 %s: 'key' is not an object
15118选项值“%s”(对于“%s”)超出了有效范围。应为: %s Option value '%s' for '%s' is outside of valid range. Expected: %s
15119%s 不是对象或字符串 %s is not an object or a string
15120函数“%s”不是构造函数 Function '%s' is not a constructor
15121区域设置“%s”的格式不正确 Locale '%s' is not well-formed
15122货币代码“%s”无效 Currency code '%s' is invalid
15604%s 不是 ArrayBuffer %s is not an ArrayBuffer
20001不能执行已释放脚本中的代码 Can't execute code from a freed script
32812指定的日期不在当前区域设置的日历中 The specified date is not available in the current locale's calendar
0x10000001已标记所有处理 INTERNET 句柄的创建或析构的 WinINet 事件 Flagged on all WinINet events dealing with creation or destruction of INTERNET handles
0x10000002已标记所有处理 HTTP 请求和响应的 WinINet 事件 Flagged on all WinINet events dealing with processing of HTTP requests and responses
0x10000003已标记所有处理网络操作(TCP、DNS)的 WinINet 事件 Flagged on all WinINet events dealing with network operations (TCP, DNS)
0x10000004已标记所有处理身份验证的 WinINet 事件 Flagged on all WinINet events dealing with authentication
0x10000005已标记所有处理 HTTPS 的 WinINet 事件 Flagged on all WinINet events dealing with HTTPS
0x10000006已标记所有处理 AUTOPROXY 的 WinINet 事件 Flagged on all WinINet events dealing with AUTOPROXY
0x10000007已标记所有处理 Cookie 的 WinINet 事件 Flagged on all WinINet events dealing with Cookies
0x10000008已标记所有 WinINet IE 事件 Flagged on all WinINet IE events
0x10000021已标记所有处理数据包捕获发送的 WinINet 事件 Flagged on all WinINet events dealing with sending packet capture
0x10000022已标记所有处理数据包捕获接收的 WinINet 事件 Flagged on all WinINet events dealing with receiving packet capture
0x10000023已标记所有只与移动 SKU 相关的 WinINet 事件 Flagged on all WinINet events relevant only to Mobile SKUs
0x1000002A已标记所有处理可能的个人身份信息的 WinINet 事件 Flagged on all WinINet events dealing with potential personally identifiable information
0x1000002B已标记所有处理数据包捕获的 WinINet 事件 Flagged on all WinINet events dealing with packet capture
0x10000031响应时间 Response Time
0x30000000信息 Info
0x30000001开始 Start
0x30000002停止 Stop
0x3000000B失败 Fail
0x50000002错误 Error
0x50000005详细 Verbose
0x700001F4WININET_ROOT_HANDLE_CREATED WININET_ROOT_HANDLE_CREATED
0x700001F5WININET_OPEN_URL_HANDLE_CREATED WININET_OPEN_URL_HANDLE_CREATED
0x700001F6WININET_CONNECT_HANDLE_CREATED WININET_CONNECT_HANDLE_CREATED
0x700001F7WININET_HTTP_REQUEST_HANDLE_CREATED WININET_HTTP_REQUEST_HANDLE_CREATED
0x700001F8WININET_HANDLE_CLOSED WININET_HANDLE_CLOSED
0x700001F9WININET_HANDLE_CREATE_FAILED WININET_HANDLE_CREATE_FAILED
0x700001FAWININET_HANDLE_CLOSE_FAILED WININET_HANDLE_CLOSE_FAILED
0x700001FBWININET_HTTP_REQUEST WININET_HTTP_REQUEST
0x700001FCWININET_HTTP_RESPONSE WININET_HTTP_RESPONSE
0x700001FDWININET_HTTP_CONNECTION_CLOSED WININET_HTTP_CONNECTION_CLOSED
0x700001FEWININET_KEEP_ALIVE_CONNECTION_REUSED WININET_KEEP_ALIVE_CONNECTION_REUSED
0x700001FFWININET_KEEP_ALIVE_CONNECTION_POOLED WININET_KEEP_ALIVE_CONNECTION_POOLED
0x70000200WININET_KEEP_ALIVE_CONNECTION_CLOSED WININET_KEEP_ALIVE_CONNECTION_CLOSED
0x70000201WININET_HTTP_RESPONSE_BODY_RECEIVED WININET_HTTP_RESPONSE_BODY_RECEIVED
0x70000202WININET_TCP_CONNECTION WININET_TCP_CONNECTION
0x70000203WININET_DNS_QUERY WININET_DNS_QUERY
0x70000204WININET_NETWORK_CHANGE_DETECTED WININET_NETWORK_CHANGE_DETECTED
0x70000205WININET_COOKIE_HEADER_RECEIVED WININET_COOKIE_HEADER_RECEIVED
0x70000206WININET_COOKIE_STORED WININET_COOKIE_STORED
0x70000207WININET_COOKIE_DELETED WININET_COOKIE_DELETED
0x70000208WININET_COOKIE_BLOCKED WININET_COOKIE_BLOCKED
0x70000209WININET_COOKIE_P3P_REJECTED WININET_COOKIE_P3P_REJECTED
0x7000020AWININET_COOKIE_REQUEST_HEADER_CREATED WININET_COOKIE_REQUEST_HEADER_CREATED
0x7000020BWININET_COOKIE_ADDED_TO_HEADER WININET_COOKIE_ADDED_TO_HEADER
0x7000020CWININET_AUTH_RESPONSE_RECEIVED WININET_AUTH_RESPONSE_RECEIVED
0x7000020DWININET_AUTH_CLIENT_SETS_USERNAME WININET_AUTH_CLIENT_SETS_USERNAME
0x7000020EWININET_AUTH_CLIENT_SETS_PASSWORD WININET_AUTH_CLIENT_SETS_PASSWORD
0x7000020FWININET_AUTH_USING_CACHED_CREDS WININET_AUTH_USING_CACHED_CREDS
0x70000210WININET_AUTH_USING_DEFAULT_CREDS WININET_AUTH_USING_DEFAULT_CREDS
0x70000211WININET_AUTH_CLIENT_ADD_HEADERS WININET_AUTH_CLIENT_ADD_HEADERS
0x70000212WININET_HTTPS_NEGOTIATION WININET_HTTPS_NEGOTIATION
0x70000213WININET_HTTPS_SERVER_CERT_ERROR WININET_HTTPS_SERVER_CERT_ERROR
0x70000214WININET_HTTPS_SERVER_CERT_VALIDATED WININET_HTTPS_SERVER_CERT_VALIDATED
0x70000215WININET_HTTPS_CLIENT_CERT_REQUIRED WININET_HTTPS_CLIENT_CERT_REQUIRED
0x70000216WININET_HTTPS_CLIENT_CERT_UNAVAILABLE WININET_HTTPS_CLIENT_CERT_UNAVAILABLE
0x70000217WININET_HTTPS_CLIENT_CERT_SELECTED WININET_HTTPS_CLIENT_CERT_SELECTED
0x70000218WININET_HTTPS_RENEGOTIATION WININET_HTTPS_RENEGOTIATION
0x70000219WININET_AUTOPROXY_SEARCH WININET_AUTOPROXY_SEARCH
0x7000021AWININET_AUTOPROXY_DHCP WININET_AUTOPROXY_DHCP
0x7000021BWININET_AUTOPROXY_DNS WININET_AUTOPROXY_DNS
0x7000021CWININET_AUTOPROXY_DOWNLOAD WININET_AUTOPROXY_DOWNLOAD
0x7000021DWININET_AUTOPROXY_FIND_INFO_FOR_URL WININET_AUTOPROXY_FIND_INFO_FOR_URL
0x7000021EWININET_TEST_EVENT WININET_TEST_EVENT
0x7000021FWININET_BLOCKING_AUTOPROXY_DETERMINATION WININET_BLOCKING_AUTOPROXY_DETERMINATION
0x70000220WININET_TRANSFER WININET_TRANSFER
0x70000221WININET_AUTOPROXY_SWPAD WININET_AUTOPROXY_SWPAD
0x70000222WININET_REQUEST_HEADER WININET_REQUEST_HEADER
0x70000223WININET_RESPONSE_HEADER WININET_RESPONSE_HEADER
0x70000224WININET_REQUEST_HEADER_OPTIONAL WININET_REQUEST_HEADER_OPTIONAL
0x70000244WININET_AUTOPROXY_PERFTRACK_HOST_IP_LOOKUP WININET_AUTOPROXY_PERFTRACK_HOST_IP_LOOKUP
0x70000245WININET_AUTOPROXY_PERFTRACK_SWPAD_LOOKUP WININET_AUTOPROXY_PERFTRACK_SWPAD_LOOKUP
0x70000246WININET_AUTOPROXY_PERFTRACK_KNOWN_DETECTION WININET_AUTOPROXY_PERFTRACK_KNOWN_DETECTION
0x70000247WININET_AUTOPROXY_PERFTRACK_UNKNOWN_DETECTION WININET_AUTOPROXY_PERFTRACK_UNKNOWN_DETECTION
0x70000248WININET_AUTOPROXY_PERFTRACK_SCRIPT_DOWNLOAD WININET_AUTOPROXY_PERFTRACK_SCRIPT_DOWNLOAD
0x7000024BWININET_AUTOPROXY_PERFTRACK_ALL WININET_AUTOPROXY_PERFTRACK_ALL
0x7000024CWININET_HTTP_RESPONSE_BODY_READ_ERROR WININET_HTTP_RESPONSE_BODY_READ_ERROR
0x7000024DWININET_STREAM_DATA_INDICATED WININET_STREAM_DATA_INDICATED
0x7000024EWININET_APPLICATION_OFFLINE_CHECK WININET_APPLICATION_OFFLINE_CHECK
0x90000001Microsoft-Windows-WinINet Microsoft-Windows-WinINet
0xB0000065创建的会话句柄 %1: UserAgent=%3,AccessType=%5,ProxyList=%7,ProxyBypassList=%9,标志=%10 Session handle %1 created: UserAgent=%3, AccessType=%5, ProxyList=%7, ProxyBypassList=%9, Flags=%10
0xB0000066InternetOpenURL 创建的句柄 %1: SessionHandle=%2,URL=%4,标头=%6,标志=%7 Handle %1 created by InternetOpenURL: SessionHandle=%2,URL=%4, Headers=%6, Flags=%7
0xB0000067InternetConnect 创建的句柄 %1: SessionHandle=%2,服务器=%4:%5,%7,标志=%8 Handle %1 created by InternetConnect: SessionHandle=%2, Server=%4:%5, %7, Flags=%8
0xB0000068HttpOpenRequest 创建的请求句柄 %1: ConnectionHandle=%2,%4,目标=%6,版本=%8,引用网站=%10,媒体类型 =%12,标志=%13 Request handle %1 created by HttpOpenRequest: ConnectionHandle=%2, %4, Target=%6, Ver=%8, Referrer=%10, Media types=%12, Flags=%13
0xB0000069句柄 %1 成功关闭 Handle %1 closed successfully
0xB000006A无法创建句柄: ParentHandle=%1,错误=%2 Failed to create handle: ParentHandle=%1, Error=%2
0xB000006B句柄 %1 无法关闭: 错误=%2 Handle %1 failed to close: Error=%2
0xB000006C请求句柄 %1 服务器详细信息: 服务器=%3 端口=%4 服务=%6 Request handle %1 Server Details: Server=%3 Port=%4 Service=%6
0xB00000C8从 API 收到 HTTP 请求: RequestHandle=%1 HTTP request was received from API: RequestHandle=%1
0xB00000C9发送 HTTP 请求成功: RequestHandle=%1,SocketHandle=%2,%4,CookieSent=%5 HTTP request was sent successfully: RequestHandle=%1, SocketHandle=%2, %4, CookieSent= %5
0xB00000CA发送 HTTP 请求失败: 句柄=%1,错误=%2 HTTP request send failed: Handle=%1, Error=%2
0xB00000CB已收到 HTTP 响应(%1): RequestHandle=%2,SocketHandle=%3,%5,ContentLength=%7 HTTP response (%1) received: RequestHandle=%2, SocketHandle=%3, %5, ContentLength=%7
0xB00000CCHTTP 响应失败: 句柄=%1,错误=%2 HTTP response failed: Handle=%1, Error=%2
0xB00000CD由于以下原因,HTTP 连接(句柄=%1,SocketHandle=%2)关闭: %4 HTTP connection (Handle=%1, SocketHandle=%2) closed due to the following reason: %4
0xB00000CEKeep-alive 连接被重新使用: ConnectionHandle=%1,SocketHandle=%2 Keep-alive connection is re-used: ConnectionHandle=%1, SocketHandle=%2
0xB00000CF连接返回到 keep-alive 池: RequestHandle=%1,SocketHandle=%2 Connection is returned to keep-alive pool: RequestHandle=%1, SocketHandle=%2
0xB00000D0Keep-alive 连接关闭: ConnectionHandle=%1,SocketHandle=%2 Keep-alive connection is closed: ConnectionHandle=%1, SocketHandle=%2
0xB00000D1收到 HTTP 响应实体正文: RequestHandle=%1 HTTP response entity body received: RequestHandle=%1
0xB00000D2HTTP 请求头 RequestHandle=%1 %3 HTTP Request Headers RequestHandle=%1 %3
0xB00000D3HTTP 响应头 RequestHandle=%1 %3 HTTP Response Headers RequestHandle=%1 %3
0xB00000D4HTTP 请求头 OptionalData RequestHandle=%1 %3 HTTP Request Headers OptionalData RequestHandle=%1 %3
0xB00000D5WinInet::Http 响应实体正文接收失败: 请求句柄=%1,错误=%2 WinInet::Http response entity body receive failed: Request Handle=%1, Error=%2
0xB000012D与服务器 %2 的 TCP 连接已建立: ConnectionHandle=%3,SocketHandle=%4,LocalPort=%5 TCP connection to server %2 established: ConnectionHandle=%3, SocketHandle=%4, LocalPort=%5
0xB000012E与连接句柄 %3 的 %2 的 TCP 连接失败: 错误=%4 TCP connection to %2 for connection handle %3 failed: Error=%4
0xB000012FTCP 连接关闭成功: SocketHandle=%1 TCP connection closed successfully: SocketHandle=%1
0xB0000130对 %2 主机名的 DNS 查询已发送: 句柄=%3 DNS query for %2 hostname is sent: Handle=%3
0xB0000131对 %2 主机名的 DNS 查询已完成: 句柄=%3,地址=%5 DNS query for %2 hostname is complete: Handle=%3, Addresses=%5
0xB0000132对 %2 主机名的 DNS 查询失败: 句柄=%3 错误=%4 DNS query for %2 hostname failed: Handle=%3 Error=%4
0xB0000133重新使用了 DNS 缓存,对 %2 主机名的查询已完成: 句柄=%3,地址=%5 Re-used DNS cache, query for %2 hostname is complete: Handle=%3, Addresses=%5
0xB0000134检测到网络更改: 句柄=%1 A network change was detected: Handle=%1
0xB00001F5收到包含 Cookie 标头的响应: URL=%2 Received response including a cookie header: URL=%2
0xB00001F6客户端已在 Cookie Jar 中存储了一个 Cookie: 域=%2,路径=%4,名称=%6,值=%8 Client has stored a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8
0xB00001F7客户端已在 Cookie Jar 中删除了一个 Cookie: 域=%2,路径=%4,名称=%6,值=%8 Client has deleted a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8
0xB00001F8客户端已拒绝了服务器发送的一个 Cookie: 域=%2,路径=%4,名称=%6,值=%8 Client has rejected a cookie sent by the server: Domain=%2, Path=%4, Name=%6, Value=%8
0xB00001F9服务器 Cookie 被客户端的 P3P 策略拒绝: 域=%2,路径=%4,名称=%6,值=%8 Server cookie was rejected by the client's P3P policy: Domain=%2, Path=%4, Name=%6, Value=%8
0xB00001FA为请求创建了一个 Cookie 标头: URL=%2 A cookie header was created for the request: URL=%2
0xB00001FB已向请求标头添加 Cookie: 域=%2,路径=%4,名称=%6,值=%8 Cookie added to the request header: Domain=%2, Path=%4, Name=%6, Value=%8
0xB0000259已收到身份验证响应: RequestHandle=%1,方案=%3,IsProxy=%4 Auth response received: RequestHandle=%1, Scheme=%3, IsProxy=%4
0xB000025A客户端设置用户名: RequestHandle=%1,IsProxy=%2 Client sets username: RequestHandle=%1, IsProxy=%2
0xB000025B客户端设置密码: RequestHandle=%1,IsProxy=%2 Client sets password: RequestHandle=%1, IsProxy=%2
0xB000025C使用缓存的凭据: RequestHandle=%1,IsProxy=%2 Using cached credentials: RequestHandle=%1, IsProxy=%2
0xB000025D使用默认凭据: RequestHandle=%1,IsProxy=%2 Using default credentials: RequestHandle=%1, IsProxy=%2
0xB000025E客户端向 HTTP 请求添加授权标头: RequestHandle=%1,方案=%3,IsProxy=%4 Client adds authorization headers to an HTTP request: RequestHandle=%1, Scheme=%3, IsProxy=%4
0xB00002BD客户端开始 SSL 协商: RequestHandle=%1 Client begins SSL negotiation: RequestHandle=%1
0xB00002BE客户端和服务器之间的 SSL 协商已成功完成: RequestHandle=%1 SSL negotiation between client and server has completed successfully: RequestHandle=%1
0xB00002BFSSL 协商失败: RequestHandle=%1,错误=%2 SSL negotiation failed: RequestHandle=%1, Error=%2
0xB00002C0验证服务器证书时出错(SCHANNEL 错误): RequestHandle=%1,错误=%2 Error validating server certificate (SCHANNEL error): RequestHandle=%1, Error=%2
0xB00002C1已验证服务器证书: RequestHandle=%1,CertHash=%3,WarningFlags=%4 Server certificate validated: RequestHandle=%1, CertHash=%3, WarningFlags=%4
0xB00002C2服务器要求进行客户端授权所需的客户端证书: RequestHandle=%1 Server requires a client certificate for client authorization: RequestHandle=%1
0xB00002C3没有可用的客户端证书: RequestHandle=%1 There is no client certificate available: RequestHandle=%1
0xB00002C4所选客户端证书将用于 SSL 事务: RequestHandle=%1,CertHash=%3 The selected client certificate will be used for the SSL transaction: RequestHandle=%1, CertHash=%3
0xB00002C7客户端开始 SSL 重新协商: RequestHandle=%1 Client begins SSL renegotiation: RequestHandle=%1
0xB00002C8客户端和服务器之间的 SSL 重新协商已成功完成: RequestHandle=%1 SSL renegotiation between client and server has completed successfully: RequestHandle=%1
0xB00002C9SSL 重新协商失败: RequestHandle=%1,错误=%2 SSL renegotiation failed: RequestHandle=%1, Error=%2
0xB0000321客户端开始尝试查找 WPAD 配置文件: ConnectionName=%2,DetectFlags=%3 Client begins attempts to locate the WPAD configuration file: ConnectionName=%2, DetectFlags=%3
0xB0000322开始使用 DHCP 搜索配置文件: 接口=%2 Begin search for configuration file using DHCP: Interface=%2
0xB0000323使用 DHCP 找到 WPAD 配置文件: 接口=%2,ConfigurationURL=%4 WPAD configuration file found using DHCP: Interface=%2, ConfigurationURL=%4
0xB0000324使用 DHCP 搜索 WPAD 配置文件失败: 接口=%2,ConfigurationURL=%4,错误=%5 Search for WPAD configuration file using DHCP failed: Interface=%2, ConfigurationURL=%4, Error=%5
0xB0000325开始使用 DNS 搜索配置文件: DetectFlags=%1 Begin search for configuration file using DNS: DetectFlags=%1
0xB0000326使用 DNS 找到 WPAD 配置文件: ConfigurationURL=%2,DetectFlags=%3 WPAD configuration file found using DNS: ConfigurationURL=%2, DetectFlags=%3
0xB0000327使用 DNS 搜索 WPAD 配置文件失败: DetectFlags=%1,错误=%2 Search for WPAD configuration file using DNS failed: DetectFlags=%1, Error=%2
0xB0000328搜索 WPAD 配置文件失败: 错误=%1 Search for WPAD configruation file failed: Error=%1
0xB0000329开始从配置 URL 下载配置文件: ConfigurationURL=%2 Begin downloading the configuration file from the configuration URL: ConfigurationURL=%2
0xB000032A客户端从配置 URL 成功下载了配置文件: ConfigurationURL=%2 Client successfully downloaded the configuration file from the configuration URL: ConfigurationURL=%2
0xB000032B从配置 URL 下载配置文件失败: ConfigurationURL=%2,错误=%3 Downloading the configuration file from the configuration URL failed: ConfigurationURL=%2, Error=%3
0xB000032C无法使用已下载的配置文件: ConfigurationURL=%2,MIMEType=%4,错误=%5 The downloaded configuration file could not be used: ConfigurationURL=%2, MIMEType=%4, Error=%5
0xB000032D正在搜索此 URL 的代理信息: URL=%2 Searching for Proxy Information for the URL: URL=%2
0xB000032E客户端已成功检索到用于访问指定资源的代理数据: URL=%2,ProxyString=%4 Client has successfully retrieved proxy data for accessing a specified resource: URL=%2, ProxyString=%4
0xB000032F查找 URL 的代理信息时出错: URL=%2,错误=%3 Error locating proxy information for the URL: URL=%2, Error=%3
0xB0000330阻止自动代理确定已开始 Blocking autoproxy determination started
0xB0000331阻止自动代理确定已停止 Blocking autoproxy determination stopped
0xB0000332WinInet 活动传输事件 WinInet Activity Transfer Event
0xB0000333自动代理 SWPAD 决策(%1) NumConnections (%2) AutoProxy SWPAD Decision (%1) NumConnections (%2)
0xB0000334自动代理主机 IP 查找已启动 Autoproxy host IP lookup started
0xB0000335自动代理主机 IP 查找已停止 Autoproxy host IP lookup stopped
0xB0000336自动代理 SWPAD 查找已启动 Autoproxy SWPAD lookup started
0xB0000337自动代理 SWPAD 查找已停止 Autoproxy SWPAD lookup stopped
0xB0000338SWPAD 启用情况下的自动代理检测已启动 Autoproxy Detection with SWPAD ON started
0xB0000339SWPAD 启用情况下的自动代理检测已停止 Autoproxy Detection with SWPAD ON stopped
0xB000033ASWPAD 未知情况下的自动代理检测已启动 Autoproxy Detection with SWPAD UNKNOWN started
0xB000033BSWPAD 未知情况下的自动代理检测已停止 Autoproxy Detection with SWPAD UNKNOWN stopped
0xB000033C自动代理脚本下载已启动 Autoproxy Script Download Started
0xB000033D自动代理脚本下载已停止 Autoproxy Script Download Stopped
0xB0000342自动代理完整方案已启动 Autoproxy full scenario started
0xB0000343自动代理完整方案已停止 Autoproxy full scenario stopped
0xB0000385应用程序脱机检查已启动 Application offline check started
0xB0000386应用程序脱机检查已完成 Application offline check complete
0xB0000421请求的 URL=%1 谓词=%2 RequestHeaders=%3 ResponseHeaders=%4 状态=%5 缓存=%6 Requested URL=%1 Verb=%2 RequestHeaders=%3 ResponseHeaders=%4 Status=%5 Cache=%6
0xB0000422清除的 URL=%1 Scavenged URL=%1
0xB00100C8已从 API 收到 HTTP 请求: RequestHandle=%1,RequestContext=%2 HTTP request was received from API: RequestHandle=%1, RequestContext=%2
0xB20007D1WinINet 请求标头缓冲区已捕获 The WinINet request header buffer captured
0xB20007D2WinINet 请求负载缓冲区已捕获 The WinINet request payload buffer captured
0xB20007D3WinINet 响应标头缓冲区已捕获 The WinINet response header buffer captured
0xB20007D4WinINet 响应负载缓冲区已捕获 The WinINet response payload buffer captured
0xD0000001WPAD_NETWORK_DECISION_OFF WPAD_NETWORK_DECISION_OFF
0xD0000002WPAD_NETWORK_DECISION_ON WPAD_NETWORK_DECISION_ON
0xD0000003WPAD_NETWORK_DECISION_UNKNOWN WPAD_NETWORK_DECISION_UNKNOWN
0xD0000004Missed Missed
0xD0000005Hit Hit
0xD0000006过时 - 已修改 Stale-Modified
0xD0000007Stale-NotModified Stale-NotModified
0xD0000008HTTP HTTP
0xD0000009SPDY3 SPDY3
0xD000000A已捕获标头或负载的起始片段 Start fragment of captured header or payload
0xD000000B已捕获标头或有效负载的结束片段 End fragment of captured header or payload

EXIF

File Name:jscript9.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-s..-jscript9.resources_31bf3856ad364e35_11.0.15063.0_zh-cn_8646ec3b02db01cc\
File Size:29 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:29184
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:11.0.15063.0
Product Version Number:11.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Dynamic link library
File Subtype:0
Language Code:Chinese (Simplified)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Microsoft (R) JScript
File Version:11.00.15063.0 (WinBuild.160101.0800)
Internal Name:jscript9.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:jscript9.dll.mui
Product Name:Internet Explorer
Product Version:11.00.15063.0
Directory:%WINDIR%\WinSxS\x86_microsoft-windows-s..-jscript9.resources_31bf3856ad364e35_11.0.15063.0_zh-cn_2a2850b74a7d9096\

What is jscript9.dll.mui?

jscript9.dll.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file jscript9.dll (Microsoft (R) JScript).

File version info

File Description:Microsoft (R) JScript
File Version:11.00.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:jscript9.dll
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:jscript9.dll.mui
Product Name:Internet Explorer
Product Version:11.00.15063.0
Translation:0x804, 1200