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 |
92 | For 循环未初始化 |
For loop not initialized |
94 | 无效使用 Null |
Invalid use of Null |
322 | 不能创建所需的临时文件 |
Can't create necessary temporary file |
424 | 缺少对象 |
Object required |
429 | Automation 服务器不能创建对象 |
Automation server can't create object |
430 | 类不能支持 Automation 操作 |
Class doesn't support Automation |
432 | Automation 操作中文件名或类名未找到 |
File name or class name not found during Automation operation |
438 | 对象不支持此属性或方法 |
Object doesn't support this property or method |
440 | Automation 操作错误 |
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 |
1037 | strict 模式下不允许使用“with”语句 |
'with' statements are not allowed in strict mode |
1038 | strict 模式下不允许正式参数名称重复 |
Duplicate formal parameter names not allowed in strict mode |
1039 | strict 模式下不允许使用八进制数字参数和转义字符 |
Octal numeric literals and escape characters not allowed in strict mode |
1041 | strict 模式下“eval”的用法无效 |
Invalid usage of 'eval' in strict mode |
1042 | strict 模式下“arguments”的用法无效 |
Invalid usage of 'arguments' in strict mode |
1045 | strict 模式下不允许对表达式调用 Delete |
Calling delete on expression not allowed in strict mode |
1046 | strict 模式下不允许一个属性有多个定义 |
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. |
1051 | Setter 函数必须具有一个参数 |
Setter functions must have one argument |
1052 | Let/Const 重新声明 |
Let/Const redeclaration |
1053 | 必须初始化 Const |
Const must be initialized |
1054 | 必须在块内声明 Const 和 let |
Const and let must be declared inside of block |
1055 | const 赋值 |
Assignment to const |
4096 | JavaScript 编译错误 |
JavaScript compilation error |
4097 | JavaScript 运行时错误 |
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 |
5040 | Cyclic __proto__ value |
Cyclic __proto__ value |
5041 | 无法配置对象成员 |
Object member not configurable |
5042 | strict 模式下未定义变量 |
Variable undefined in strict mode |
5043 | strict 模式下不允许访问函数或参数对象的“caller”属性 |
Accessing the 'caller' property of a function or arguments object is not allowed in strict mode |
5044 | strict 模式下不允许访问参数对象的“callee”属性 |
Accessing the 'callee' property of an arguments object is not allowed in strict mode |
5045 | strict 模式下不允许分配到只读属性 |
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 |
5088 | DataView 中的参数无效 |
Invalid arguments in DataView |
5089 | DataView 操作访问超出指定的缓冲区长度 |
DataView operation access beyond specified buffer length |
5091 | 无效的函数签名 |
invalid function signature |
5092 | 无效的属性签名 |
invalid property signature |
5093 | 输入参数类型无效 |
invalid input parameter type |
5094 | 输出参数无效 |
invalid ouput parameter |
5095 | strict 模式下不允许访问函数的 "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' |
15041 | strict 模式下不允许对“%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 |
15090 | DataView 构造函数参数 %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 |
0x700001F4 | WININET_ROOT_HANDLE_CREATED |
WININET_ROOT_HANDLE_CREATED |
0x700001F5 | WININET_OPEN_URL_HANDLE_CREATED |
WININET_OPEN_URL_HANDLE_CREATED |
0x700001F6 | WININET_CONNECT_HANDLE_CREATED |
WININET_CONNECT_HANDLE_CREATED |
0x700001F7 | WININET_HTTP_REQUEST_HANDLE_CREATED |
WININET_HTTP_REQUEST_HANDLE_CREATED |
0x700001F8 | WININET_HANDLE_CLOSED |
WININET_HANDLE_CLOSED |
0x700001F9 | WININET_HANDLE_CREATE_FAILED |
WININET_HANDLE_CREATE_FAILED |
0x700001FA | WININET_HANDLE_CLOSE_FAILED |
WININET_HANDLE_CLOSE_FAILED |
0x700001FB | WININET_HTTP_REQUEST |
WININET_HTTP_REQUEST |
0x700001FC | WININET_HTTP_RESPONSE |
WININET_HTTP_RESPONSE |
0x700001FD | WININET_HTTP_CONNECTION_CLOSED |
WININET_HTTP_CONNECTION_CLOSED |
0x700001FE | WININET_KEEP_ALIVE_CONNECTION_REUSED |
WININET_KEEP_ALIVE_CONNECTION_REUSED |
0x700001FF | WININET_KEEP_ALIVE_CONNECTION_POOLED |
WININET_KEEP_ALIVE_CONNECTION_POOLED |
0x70000200 | WININET_KEEP_ALIVE_CONNECTION_CLOSED |
WININET_KEEP_ALIVE_CONNECTION_CLOSED |
0x70000201 | WININET_HTTP_RESPONSE_BODY_RECEIVED |
WININET_HTTP_RESPONSE_BODY_RECEIVED |
0x70000202 | WININET_TCP_CONNECTION |
WININET_TCP_CONNECTION |
0x70000203 | WININET_DNS_QUERY |
WININET_DNS_QUERY |
0x70000204 | WININET_NETWORK_CHANGE_DETECTED |
WININET_NETWORK_CHANGE_DETECTED |
0x70000205 | WININET_COOKIE_HEADER_RECEIVED |
WININET_COOKIE_HEADER_RECEIVED |
0x70000206 | WININET_COOKIE_STORED |
WININET_COOKIE_STORED |
0x70000207 | WININET_COOKIE_DELETED |
WININET_COOKIE_DELETED |
0x70000208 | WININET_COOKIE_BLOCKED |
WININET_COOKIE_BLOCKED |
0x70000209 | WININET_COOKIE_P3P_REJECTED |
WININET_COOKIE_P3P_REJECTED |
0x7000020A | WININET_COOKIE_REQUEST_HEADER_CREATED |
WININET_COOKIE_REQUEST_HEADER_CREATED |
0x7000020B | WININET_COOKIE_ADDED_TO_HEADER |
WININET_COOKIE_ADDED_TO_HEADER |
0x7000020C | WININET_AUTH_RESPONSE_RECEIVED |
WININET_AUTH_RESPONSE_RECEIVED |
0x7000020D | WININET_AUTH_CLIENT_SETS_USERNAME |
WININET_AUTH_CLIENT_SETS_USERNAME |
0x7000020E | WININET_AUTH_CLIENT_SETS_PASSWORD |
WININET_AUTH_CLIENT_SETS_PASSWORD |
0x7000020F | WININET_AUTH_USING_CACHED_CREDS |
WININET_AUTH_USING_CACHED_CREDS |
0x70000210 | WININET_AUTH_USING_DEFAULT_CREDS |
WININET_AUTH_USING_DEFAULT_CREDS |
0x70000211 | WININET_AUTH_CLIENT_ADD_HEADERS |
WININET_AUTH_CLIENT_ADD_HEADERS |
0x70000212 | WININET_HTTPS_NEGOTIATION |
WININET_HTTPS_NEGOTIATION |
0x70000213 | WININET_HTTPS_SERVER_CERT_ERROR |
WININET_HTTPS_SERVER_CERT_ERROR |
0x70000214 | WININET_HTTPS_SERVER_CERT_VALIDATED |
WININET_HTTPS_SERVER_CERT_VALIDATED |
0x70000215 | WININET_HTTPS_CLIENT_CERT_REQUIRED |
WININET_HTTPS_CLIENT_CERT_REQUIRED |
0x70000216 | WININET_HTTPS_CLIENT_CERT_UNAVAILABLE |
WININET_HTTPS_CLIENT_CERT_UNAVAILABLE |
0x70000217 | WININET_HTTPS_CLIENT_CERT_SELECTED |
WININET_HTTPS_CLIENT_CERT_SELECTED |
0x70000218 | WININET_HTTPS_RENEGOTIATION |
WININET_HTTPS_RENEGOTIATION |
0x70000219 | WININET_AUTOPROXY_SEARCH |
WININET_AUTOPROXY_SEARCH |
0x7000021A | WININET_AUTOPROXY_DHCP |
WININET_AUTOPROXY_DHCP |
0x7000021B | WININET_AUTOPROXY_DNS |
WININET_AUTOPROXY_DNS |
0x7000021C | WININET_AUTOPROXY_DOWNLOAD |
WININET_AUTOPROXY_DOWNLOAD |
0x7000021D | WININET_AUTOPROXY_FIND_INFO_FOR_URL |
WININET_AUTOPROXY_FIND_INFO_FOR_URL |
0x7000021E | WININET_TEST_EVENT |
WININET_TEST_EVENT |
0x7000021F | WININET_BLOCKING_AUTOPROXY_DETERMINATION |
WININET_BLOCKING_AUTOPROXY_DETERMINATION |
0x70000220 | WININET_TRANSFER |
WININET_TRANSFER |
0x70000221 | WININET_AUTOPROXY_SWPAD |
WININET_AUTOPROXY_SWPAD |
0x70000222 | WININET_REQUEST_HEADER |
WININET_REQUEST_HEADER |
0x70000223 | WININET_RESPONSE_HEADER |
WININET_RESPONSE_HEADER |
0x70000224 | WININET_REQUEST_HEADER_OPTIONAL |
WININET_REQUEST_HEADER_OPTIONAL |
0x70000244 | WININET_AUTOPROXY_PERFTRACK_HOST_IP_LOOKUP |
WININET_AUTOPROXY_PERFTRACK_HOST_IP_LOOKUP |
0x70000245 | WININET_AUTOPROXY_PERFTRACK_SWPAD_LOOKUP |
WININET_AUTOPROXY_PERFTRACK_SWPAD_LOOKUP |
0x70000246 | WININET_AUTOPROXY_PERFTRACK_KNOWN_DETECTION |
WININET_AUTOPROXY_PERFTRACK_KNOWN_DETECTION |
0x70000247 | WININET_AUTOPROXY_PERFTRACK_UNKNOWN_DETECTION |
WININET_AUTOPROXY_PERFTRACK_UNKNOWN_DETECTION |
0x70000248 | WININET_AUTOPROXY_PERFTRACK_SCRIPT_DOWNLOAD |
WININET_AUTOPROXY_PERFTRACK_SCRIPT_DOWNLOAD |
0x7000024B | WININET_AUTOPROXY_PERFTRACK_ALL |
WININET_AUTOPROXY_PERFTRACK_ALL |
0x7000024C | WININET_HTTP_RESPONSE_BODY_READ_ERROR |
WININET_HTTP_RESPONSE_BODY_READ_ERROR |
0x7000024D | WININET_STREAM_DATA_INDICATED |
WININET_STREAM_DATA_INDICATED |
0x7000024E | WININET_APPLICATION_OFFLINE_CHECK |
WININET_APPLICATION_OFFLINE_CHECK |
0x90000001 | Microsoft-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 |
0xB0000066 | InternetOpenURL 创建的句柄 %1: SessionHandle=%2,URL=%4,标头=%6,标志=%7 |
Handle %1 created by InternetOpenURL: SessionHandle=%2,URL=%4, Headers=%6, Flags=%7 |
0xB0000067 | InternetConnect 创建的句柄 %1: SessionHandle=%2,服务器=%4:%5,%7,标志=%8 |
Handle %1 created by InternetConnect: SessionHandle=%2, Server=%4:%5, %7, Flags=%8 |
0xB0000068 | HttpOpenRequest 创建的请求句柄 %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 |
0xB00000CC | HTTP 响应失败: 句柄=%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 |
0xB00000CE | Keep-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 |
0xB00000D0 | Keep-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 |
0xB00000D2 | HTTP 请求头 RequestHandle=%1 %3 |
HTTP Request Headers RequestHandle=%1 %3 |
0xB00000D3 | HTTP 响应头 RequestHandle=%1 %3 |
HTTP Response Headers RequestHandle=%1 %3 |
0xB00000D4 | HTTP 请求头 OptionalData RequestHandle=%1 %3 |
HTTP Request Headers OptionalData RequestHandle=%1 %3 |
0xB00000D5 | WinInet::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 |
0xB000012F | TCP 连接关闭成功: 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 |
0xB00002BF | SSL 协商失败: 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 |
0xB00002C9 | SSL 重新协商失败: 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 |
0xB0000332 | WinInet 活动传输事件 |
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 |
0xB0000338 | SWPAD 启用情况下的自动代理检测已启动 |
Autoproxy Detection with SWPAD ON started |
0xB0000339 | SWPAD 启用情况下的自动代理检测已停止 |
Autoproxy Detection with SWPAD ON stopped |
0xB000033A | SWPAD 未知情况下的自动代理检测已启动 |
Autoproxy Detection with SWPAD UNKNOWN started |
0xB000033B | SWPAD 未知情况下的自动代理检测已停止 |
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 |
0xB20007D1 | WinINet 请求标头缓冲区已捕获 |
The WinINet request header buffer captured |
0xB20007D2 | WinINet 请求负载缓冲区已捕获 |
The WinINet request payload buffer captured |
0xB20007D3 | WinINet 响应标头缓冲区已捕获 |
The WinINet response header buffer captured |
0xB20007D4 | WinINet 响应负载缓冲区已捕获 |
The WinINet response payload buffer captured |
0xD0000001 | WPAD_NETWORK_DECISION_OFF |
WPAD_NETWORK_DECISION_OFF |
0xD0000002 | WPAD_NETWORK_DECISION_ON |
WPAD_NETWORK_DECISION_ON |
0xD0000003 | WPAD_NETWORK_DECISION_UNKNOWN |
WPAD_NETWORK_DECISION_UNKNOWN |
0xD0000004 | Missed |
Missed |
0xD0000005 | Hit |
Hit |
0xD0000006 | 过时 - 已修改 |
Stale-Modified |
0xD0000007 | Stale-NotModified |
Stale-NotModified |
0xD0000008 | HTTP |
HTTP |
0xD0000009 | SPDY3 |
SPDY3 |
0xD000000A | 已捕获标头或负载的起始片段 |
Start fragment of captured header or payload |
0xD000000B | 已捕获标头或有效负载的结束片段 |
End fragment of captured header or payload |