5 | Invalid procedure call or argument |
Invalid procedure call or argument |
6 | Overflow |
Overflow |
7 | Out of memory |
Out of memory |
9 | Subscript out of range |
Subscript out of range |
10 | This array is fixed or temporarily locked |
This array is fixed or temporarily locked |
11 | Division by zero |
Division by zero |
13 | Type mismatch |
Type mismatch |
14 | Out of string space |
Out of string space |
17 | Can't perform requested operation |
Can't perform requested operation |
28 | Out of stack space |
Out of stack space |
35 | Sub or Function not defined |
Sub or Function not defined |
48 | Error in loading DLL |
Error in loading DLL |
51 | Internal error |
Internal error |
52 | Bad file name or number |
Bad file name or number |
53 | File not found |
File not found |
54 | Bad file mode |
Bad file mode |
55 | File already open |
File already open |
57 | Device I/O error |
Device I/O error |
58 | File already exists |
File already exists |
61 | Disk full |
Disk full |
62 | Input past end of file |
Input past end of file |
67 | Too many files |
Too many files |
68 | Device unavailable |
Device unavailable |
70 | Permission denied |
Permission denied |
71 | Disk not ready |
Disk not ready |
74 | Can't rename with different drive |
Can't rename with different drive |
75 | Path/File access error |
Path/File access error |
76 | Path not found |
Path not found |
91 | Object variable or With block variable not set |
Object variable or With block variable not set |
92 | For loop not initialized |
For loop not initialized |
94 | Invalid use of Null |
Invalid use of Null |
322 | Can't create necessary temporary file |
Can't create necessary temporary file |
424 | Object required |
Object required |
429 | Automation server can't create object |
Automation server can't create object |
430 | Class doesn't support Automation |
Class doesn't support Automation |
432 | File name or class name not found during Automation operation |
File name or class name not found during Automation operation |
438 | Object doesn't support this property or method |
Object doesn't support this property or method |
440 | Automation error |
Automation error |
445 | Object doesn't support this action |
Object doesn't support this action |
446 | Object doesn't support named arguments |
Object doesn't support named arguments |
447 | Object doesn't support current locale setting |
Object doesn't support current locale setting |
448 | Named argument not found |
Named argument not found |
449 | Argument not optional |
Argument not optional |
450 | Wrong number of arguments or invalid property assignment |
Wrong number of arguments or invalid property assignment |
451 | Object not a collection |
Object not a collection |
453 | Specified DLL function not found |
Specified DLL function not found |
458 | Variable uses an Automation type not supported in JavaScript |
Variable uses an Automation type not supported in JavaScript |
462 | The remote server machine does not exist or is unavailable |
The remote server machine does not exist or is unavailable |
501 | Cannot assign to variable |
Cannot assign to variable |
502 | Object not safe for scripting |
Object not safe for scripting |
503 | Object not safe for initializing |
Object not safe for initializing |
504 | Object not safe for creating |
Object not safe for creating |
507 | An exception occurred |
An exception occurred |
1002 | Syntax error |
Syntax error |
1003 | Expected ':' |
Expected ':' |
1004 | Expected ';' |
Expected ';' |
1005 | Expected '(' |
Expected '(' |
1006 | Expected ')' |
Expected ')' |
1007 | Expected ']' |
Expected ']' |
1008 | Expected '{' |
Expected '{' |
1009 | Expected '}' |
Expected '}' |
1010 | Expected identifier |
Expected identifier |
1011 | Expected '=' |
Expected '=' |
1012 | Expected '/' |
Expected '/' |
1013 | Invalid number |
Invalid number |
1014 | Invalid character |
Invalid character |
1015 | Unterminated string constant |
Unterminated string constant |
1016 | Unterminated comment |
Unterminated comment |
1018 | 'return' statement outside of function |
'return' statement outside of function |
1019 | Can't have 'break' outside of loop |
Can't have 'break' outside of loop |
1020 | Can't have 'continue' outside of loop |
Can't have 'continue' outside of loop |
1023 | Expected hexadecimal digit |
Expected hexadecimal digit |
1024 | Expected 'while' |
Expected 'while' |
1025 | Label redefined |
Label redefined |
1026 | Label not found |
Label not found |
1027 | 'default' can only appear once in a 'switch' statement |
'default' can only appear once in a 'switch' statement |
1028 | Expected identifier, string or number |
Expected identifier, string or number |
1029 | Expected '@end' |
Expected '@end' |
1030 | Conditional compilation is turned off |
Conditional compilation is turned off |
1031 | Expected constant |
Expected constant |
1032 | Expected '@' |
Expected '@' |
1033 | Expected 'catch' |
Expected 'catch' |
1034 | Expected 'var' |
Expected 'var' |
1035 | 'throw' must be followed by an expression on the same source line |
'throw' must be followed by an expression on the same source line |
1037 | 'with' statements are not allowed in strict mode |
'with' statements are not allowed in strict mode |
1038 | Duplicate formal parameter names not allowed in strict mode |
Duplicate formal parameter names not allowed in strict mode |
1039 | Octal numeric literals and escape characters not allowed in strict mode |
Octal numeric literals and escape characters not allowed in strict mode |
1041 | Invalid usage of 'eval' in strict mode |
Invalid usage of 'eval' in strict mode |
1042 | Invalid usage of 'arguments' in strict mode |
Invalid usage of 'arguments' in strict mode |
1045 | Calling delete on expression not allowed in strict mode |
Calling delete on expression not allowed in strict mode |
1046 | Multiple definitions of a property not allowed in strict mode |
Multiple definitions of a property not allowed in strict mode |
1047 | 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. |
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 |
The use of a keyword for an identifier is invalid |
1049 | The use of a future reserved word for an identifier is invalid |
The use of a future reserved word for an identifier is invalid |
1050 | The use of a future reserved word for an identifier is invalid. The identifier name is reserved in strict mode. |
The use of a future reserved word for an identifier is invalid. The identifier name is reserved in strict mode. |
1051 | Setter functions must have one argument |
Setter functions must have one argument |
1052 | Let/Const redeclaration |
Let/Const redeclaration |
1053 | Const must be initialized |
Const must be initialized |
1054 | Const and let must be declared inside of block |
Const and let must be declared inside of block |
1055 | Assignment to const |
Assignment to const |
4096 | JavaScript compilation error |
JavaScript compilation error |
4097 | JavaScript runtime error |
JavaScript runtime error |
4098 | Unknown runtime error |
Unknown runtime error |
5000 | Cannot assign to 'this' |
Cannot assign to 'this' |
5001 | Number expected |
Number expected |
5002 | Function expected |
Function expected |
5003 | Cannot assign to a function result |
Cannot assign to a function result |
5004 | Cannot index object |
Cannot index object |
5005 | String expected |
String expected |
5006 | Date object expected |
Date object expected |
5007 | Object expected |
Object expected |
5008 | Invalid left-hand side in assignment |
Invalid left-hand side in assignment |
5009 | Undefined identifier |
Undefined identifier |
5010 | Boolean expected |
Boolean expected |
5011 | Can't execute code from a freed script |
Can't execute code from a freed script |
5012 | Object member expected |
Object member expected |
5013 | VBArray expected |
VBArray expected |
5014 | JavaScript object expected |
JavaScript object expected |
5015 | Enumerator object expected |
Enumerator object expected |
5016 | Regular Expression object expected |
Regular Expression object expected |
5017 | Syntax error in regular expression |
Syntax error in regular expression |
5018 | Unexpected quantifier |
Unexpected quantifier |
5019 | Expected ']' in regular expression |
Expected ']' in regular expression |
5020 | Expected ')' in regular expression |
Expected ')' in regular expression |
5021 | Invalid range in character set |
Invalid range in character set |
5022 | Exception thrown and not caught |
Exception thrown and not caught |
5023 | Function does not have a valid prototype object |
Function does not have a valid prototype object |
5024 | The URI to be encoded contains an invalid character |
The URI to be encoded contains an invalid character |
5025 | The URI to be decoded is not a valid encoding |
The URI to be decoded is not a valid encoding |
5026 | The number of fractional digits is out of range |
The number of fractional digits is out of range |
5027 | The precision is out of range |
The precision is out of range |
5028 | Array or arguments object expected |
Array or arguments object expected |
5029 | Array length must be a finite positive integer |
Array length must be a finite positive integer |
5030 | Array length must be assigned a finite positive number |
Array length must be assigned a finite positive number |
5031 | Array object expected |
Array object expected |
5034 | Circular reference in value argument not supported |
Circular reference in value argument not supported |
5035 | Invalid replacer argument |
Invalid replacer argument |
5038 | Argument list too large to apply |
Argument list too large to apply |
5039 | Redeclaration of const property |
Redeclaration of const property |
5040 | Cyclic __proto__ value |
Cyclic __proto__ value |
5041 | Object member not configurable |
Object member not configurable |
5042 | Variable undefined in strict mode |
Variable undefined in strict mode |
5043 | Accessing the 'caller' property of a function or arguments object is not allowed in strict mode |
Accessing the 'caller' property of a function or arguments object is not allowed in strict mode |
5044 | Accessing the 'callee' property of an arguments object is not allowed in strict mode |
Accessing the 'callee' property of an arguments object is not allowed in strict mode |
5045 | Assignment to read-only properties is not allowed in strict mode |
Assignment to read-only properties is not allowed in strict mode |
5046 | Cannot create property for a non-extensible object |
Cannot create property for a non-extensible object |
5053 | Property cannot have both accessors and a value |
Property cannot have both accessors and a value |
5054 | 'this' is null or undefined |
'this' is null or undefined |
5059 | Date expected |
Date expected |
5064 | RegExp object expected |
RegExp object expected |
5065 | Invalid function argument |
Invalid function argument |
5072 | Invalid 'length' property |
Invalid 'length' property |
5074 | Invalid Operand |
Invalid Operand |
5076 | Invalid property descriptor |
Invalid property descriptor |
5077 | Cannot define property: object is not extensible |
Cannot define property: object is not extensible |
5078 | Cannot redefine non-configurable property |
Cannot redefine non-configurable property |
5079 | Cannot modify non-writable property |
Cannot modify non-writable property |
5080 | Cannot modify property: 'length' is not writable |
Cannot modify property: 'length' is not writable |
5081 | Cannot define property |
Cannot define property |
5082 | Typed array constructor argument is invalid |
Typed array constructor argument is invalid |
5083 | 'this' is not a typed array object |
'this' is not a typed array object |
5084 | Invalid offset/length when creating typed array |
Invalid offset/length when creating typed array |
5085 | Invalid begin/end value in typed array subarray method |
Invalid begin/end value in typed array subarray method |
5086 | Invalid source in typed array set |
Invalid source in typed array set |
5087 | 'this' is not a DataView object |
'this' is not a DataView object |
5088 | Invalid arguments in DataView |
Invalid arguments in DataView |
5089 | DataView operation access beyond specified buffer length |
DataView operation access beyond specified buffer length |
5091 | invalid function signature |
invalid function signature |
5092 | invalid property signature |
invalid property signature |
5093 | invalid input parameter type |
invalid input parameter type |
5094 | invalid ouput parameter |
invalid ouput parameter |
5095 | Accessing the 'arguments' property of a function is not allowed in strict mode |
Accessing the 'arguments' property of a function is not allowed in strict mode |
5096 | Inspectable Object expected |
Inspectable Object expected |
5097 | Could not convert argument to type 'char' |
Could not convert argument to type 'char' |
5098 | Could not convert argument to type 'GUID' |
Could not convert argument to type 'GUID' |
5099 | IInspectable expected |
IInspectable expected |
5100 | Could not convert object to struct: object missing expected property |
Could not convert object to struct: object missing expected property |
5101 | Unknown type |
Unknown type |
5102 | Function called with too few arguments |
Function called with too few arguments |
5103 | Type is not constructible |
Type is not constructible |
5104 | Could not convert value to PropertyValue: Type not supported by PropertyValue |
Could not convert value to PropertyValue: Type not supported by PropertyValue |
5105 | Could not convert value to IInspectable: Type not supported by IInspectable |
Could not convert value to IInspectable: Type not supported by IInspectable |
5106 | Could not convert Date to Windows.Foundation.DateTime: value outside of valid range |
Could not convert Date to Windows.Foundation.DateTime: value outside of valid range |
5107 | Could not convert value to Windows.Foundation.TimeSpan: value outside of valid range |
Could not convert value to Windows.Foundation.TimeSpan: value outside of valid range |
5108 | Invalid access to already released Inspectable Object |
Invalid access to already released Inspectable Object |
5109 | Cannot release already released Inspectable Object |
Cannot release already released Inspectable Object |
5110 | 'this' is not of the expected type |
'this' is not of the expected type |
5111 | Illegal length and size specified for the array |
Illegal length and size specified for the array |
5112 | An unexpected failure occurred while trying to obtain metadata information |
An unexpected failure occurred while trying to obtain metadata information |
5113 | Use before declaration |
Use before declaration |
5114 | Cannot re-initialize 'this', object already initialized |
Cannot re-initialize 'this', object already initialized |
5115 | Cannot initialize 'this' because it is a non-extensible object |
Cannot initialize 'this' because it is a non-extensible object |
5117 | 'key' is not an object |
'key' is not an object |
5118 | Option value is outside of valid range |
Option value is outside of valid range |
5119 | Object or string expected |
Object or string expected |
5120 | This can't be used in a new statement |
This can't be used in a new statement |
5121 | Locale is not well-formed |
Locale is not well-formed |
5122 | Currency code is invalid |
Currency code is invalid |
5123 | Currency code was not specified |
Currency code was not specified |
5124 | Invalid Date |
Invalid Date |
5125 | Intl is not available. |
Intl is not available. |
5200 | Status is 'error', but getResults did not return an error |
Status is 'error', but getResults did not return an error |
5201 | Missing or invalid status parameter passed to completed handler |
Missing or invalid status parameter passed to completed handler |
5202 | Missing or invalid sender parameter passed to completed handler |
Missing or invalid sender parameter passed to completed handler |
5400 | Function evaluation is disabled while debugging native code |
Function evaluation is disabled while debugging native code |
5401 | Evaluation of the JavaScript expression is not supported while debugging native code |
Evaluation of the JavaScript expression is not supported while debugging native code |
5604 | ArrayBuffer object expected |
ArrayBuffer object expected |
6000 | Infinity |
Infinity |
6001 | -Infinity |
-Infinity |
10438 | Object doesn't support property or method '%s' |
Object doesn't support property or method '%s' |
10449 | Argument to the function '%s' is not optional |
Argument to the function '%s' is not optional |
15001 | '%s' is not a number |
'%s' is not a number |
15002 | '%s' is not a function |
'%s' is not a function |
15004 | '%s' is not an indexable object |
'%s' is not an indexable object |
15005 | '%s' is not a string |
'%s' is not a string |
15006 | '%s' is not a date object |
'%s' is not a date object |
15007 | '%s' is null or not an object |
'%s' is null or not an object |
15008 | Cannot assign to '%s' |
Cannot assign to '%s' |
15009 | '%s' is undefined |
'%s' is undefined |
15010 | '%s' is not a boolean |
'%s' is not a boolean |
15012 | Cannot delete '%s' |
Cannot delete '%s' |
15013 | '%s' is not a VBArray |
'%s' is not a VBArray |
15014 | '%s' is not a JavaScript object |
'%s' is not a JavaScript object |
15015 | '%s' is not an enumerator object |
'%s' is not an enumerator object |
15016 | '%s' is not a regular expression object |
'%s' is not a regular expression object |
15028 | %s is not an Array or arguments object |
%s is not an Array or arguments object |
15031 | %s is not an Array object |
%s is not an Array object |
15036 | '%s' attribute on the property descriptor cannot be set to 'true' on this object |
'%s' attribute on the property descriptor cannot be set to 'true' on this object |
15037 | '%s' attribute on the property descriptor cannot be set to 'false' on this object |
'%s' attribute on the property descriptor cannot be set to 'false' on this object |
15039 | Redeclaration of const '%s' |
Redeclaration of const '%s' |
15041 | Calling delete on '%s' is not allowed in strict mode |
Calling delete on '%s' is not allowed in strict mode |
15047 | Unable to set property '%s' of undefined or null reference |
Unable to set property '%s' of undefined or null reference |
15048 | Unable to get property '%s' of undefined or null reference |
Unable to get property '%s' of undefined or null reference |
15049 | Unable to delete property '%s' of undefined or null reference |
Unable to delete property '%s' of undefined or null reference |
15050 | Unable to access property '%s': type 'VarDate' does not support user-defined properties |
Unable to access property '%s': type 'VarDate' does not support user-defined properties |
15051 | The value of the property '%s' is not a Function object |
The value of the property '%s' is not a Function object |
15052 | The value of the property '%s' is null or undefined, not a Function object |
The value of the property '%s' is null or undefined, not a Function object |
15054 | %s: 'this' is null or undefined |
%s: 'this' is null or undefined |
15055 | %s: 'this' is not an Object |
%s: 'this' is not an Object |
15056 | %s: 'this' is not a Function object |
%s: 'this' is not a Function object |
15057 | %s: 'this' is not a String object |
%s: 'this' is not a String object |
15058 | %s: 'this' is not a Boolean object |
%s: 'this' is not a Boolean object |
15059 | %s: 'this' is not a Date object |
%s: 'this' is not a Date object |
15060 | %s: 'this' is not a Number object |
%s: 'this' is not a Number object |
15061 | %s: 'this' is not a VBArray object |
%s: 'this' is not a VBArray object |
15062 | %s: 'this' is not a JavaScript object |
%s: 'this' is not a JavaScript object |
15063 | %s: 'this' is not an Enumerator object |
%s: 'this' is not an Enumerator object |
15064 | %s: 'this' is not a RegExp object |
%s: 'this' is not a RegExp object |
15065 | %s: invalid argument |
%s: invalid argument |
15066 | %s: argument is not an Object |
%s: argument is not an Object |
15067 | %s: argument is not a JavaScript object |
%s: argument is not a JavaScript object |
15068 | %s: argument is not a Function object |
%s: argument is not a Function object |
15069 | %s: argument is not a VBArray object |
%s: argument is not a VBArray object |
15070 | %s: argument is null or undefined |
%s: argument is null or undefined |
15071 | %s: argument is not an Object and is not null |
%s: argument is not an Object and is not null |
15072 | %s: argument does not have a valid 'length' property |
%s: argument does not have a valid 'length' property |
15073 | %s: Array or arguments object expected |
%s: Array or arguments object expected |
15074 | Invalid operand to '%s': Object expected |
Invalid operand to '%s': Object expected |
15075 | Invalid operand to '%s': Function expected |
Invalid operand to '%s': Function expected |
15076 | Invalid descriptor for property '%s' |
Invalid descriptor for property '%s' |
15077 | Cannot define property '%s': object is not extensible |
Cannot define property '%s': object is not extensible |
15078 | Cannot redefine non-configurable property '%s' |
Cannot redefine non-configurable property '%s' |
15079 | Cannot modify non-writable property '%s' |
Cannot modify non-writable property '%s' |
15080 | Cannot modify property '%s': 'length' is not writable |
Cannot modify property '%s': 'length' is not writable |
15081 | Cannot define property '%s' |
Cannot define property '%s' |
15088 | Required argument %s in DataView method is not specified |
Required argument %s in DataView method is not specified |
15090 | DataView constructor argument %s is invalid |
DataView constructor argument %s is invalid |
15091 | The function '%s' has an invalid signature and cannot be called |
The function '%s' has an invalid signature and cannot be called |
15092 | The property '%s' has an invalid signature and cannot be accessed |
The property '%s' has an invalid signature and cannot be accessed |
15093 | The runtimeclass %s that has Windows.Foundation.IPropertyValue as default interface is not supported as input parameter type |
The runtimeclass %s that has Windows.Foundation.IPropertyValue as default interface is not supported as input parameter type |
15094 | The object with interface Windows.Foundation.IPropertyValue that has runtimeclass name %s is not supported as out parameter |
The object with interface Windows.Foundation.IPropertyValue that has runtimeclass name %s is not supported as out parameter |
15096 | %s: 'this' is not an Inspectable Object |
%s: 'this' is not an Inspectable Object |
15097 | %s: could not convert argument to type 'char' |
%s: could not convert argument to type 'char' |
15098 | %s: could not convert argument to type 'GUID' |
%s: could not convert argument to type 'GUID' |
15099 | %s: could not convert return value to IInspectable |
%s: could not convert return value to IInspectable |
15100 | Could not convert object to struct: object missing expected property '%s' |
Could not convert object to struct: object missing expected property '%s' |
15101 | Type '%s' not found |
Type '%s' not found |
15102 | %s: function called with too few arguments |
%s: function called with too few arguments |
15103 | %s: type is not constructible |
%s: type is not constructible |
15104 | Could not convert value to PropertyValue: %s not supported by PropertyValue |
Could not convert value to PropertyValue: %s not supported by PropertyValue |
15105 | Could not convert value to IInspectable: %s not supported by IInspectable |
Could not convert value to IInspectable: %s not supported by IInspectable |
15108 | %s: The Inspectable object 'this' is released and cannot be accessed |
%s: The Inspectable object 'this' is released and cannot be accessed |
15110 | 'this' is not of expected type: %s |
'this' is not of expected type: %s |
15112 | %s: an unexpected failure occurred while trying to obtain metadata information |
%s: an unexpected failure occurred while trying to obtain metadata information |
15114 | Cannot initialize '%s' object: 'this' is already initialized as '%s' object |
Cannot initialize '%s' object: 'this' is already initialized as '%s' object |
15115 | Cannot initialize '%s' object: 'this' is not extensible |
Cannot initialize '%s' object: 'this' is not extensible |
15116 | %s: 'this' is not a %s object |
%s: 'this' is not a %s object |
15117 | %s: 'key' is not an object |
%s: 'key' is not an object |
15118 | Option value '%s' for '%s' is outside of valid range. Expected: %s |
Option value '%s' for '%s' is outside of valid range. Expected: %s |
15119 | %s is not an object or a string |
%s is not an object or a string |
15120 | Function '%s' is not a constructor |
Function '%s' is not a constructor |
15121 | Locale '%s' is not well-formed |
Locale '%s' is not well-formed |
15122 | Currency code '%s' is invalid |
Currency code '%s' is invalid |
15604 | %s is not an ArrayBuffer |
%s is not an ArrayBuffer |
32812 | The specified date is not available in the current locale's calendar |
The specified date is not available in the current locale's calendar |
0x10000001 | Flagged on all WinINet events dealing with creation or destruction of INTERNET handles |
Flagged on all WinINet events dealing with creation or destruction of INTERNET handles |
0x10000002 | Flagged on all WinINet events dealing with processing of HTTP requests and responses |
Flagged on all WinINet events dealing with processing of HTTP requests and responses |
0x10000003 | Flagged on all WinINet events dealing with network operations (TCP, DNS) |
Flagged on all WinINet events dealing with network operations (TCP, DNS) |
0x10000004 | Flagged on all WinINet events dealing with authentication |
Flagged on all WinINet events dealing with authentication |
0x10000005 | Flagged on all WinINet events dealing with HTTPS |
Flagged on all WinINet events dealing with HTTPS |
0x10000006 | Flagged on all WinINet events dealing with AUTOPROXY |
Flagged on all WinINet events dealing with AUTOPROXY |
0x10000007 | Flagged on all WinINet events dealing with Cookies |
Flagged on all WinINet events dealing with Cookies |
0x10000008 | Flagged on all WinINet IE events |
Flagged on all WinINet IE events |
0x10000021 | Flagged on all WinINet events dealing with sending packet capture |
Flagged on all WinINet events dealing with sending packet capture |
0x10000022 | Flagged on all WinINet events dealing with receiving packet capture |
Flagged on all WinINet events dealing with receiving packet capture |
0x10000023 | Flagged on all WinINet events relevant only to Mobile SKUs |
Flagged on all WinINet events relevant only to Mobile SKUs |
0x1000002A | Flagged on all WinINet events dealing with potential personally identifiable information |
Flagged on all WinINet events dealing with potential personally identifiable information |
0x1000002B | Flagged on all WinINet events dealing with packet capture |
Flagged on all WinINet events dealing with packet capture |
0x10000031 | Response Time |
Response Time |
0x30000000 | Info |
Info |
0x30000001 | Start |
Start |
0x30000002 | Stop |
Stop |
0x3000000B | Fail |
Fail |
0x50000002 | Error |
Error |
0x50000004 | Information |
Information |
0x50000005 | Verbose |
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 | Session handle %1 created: UserAgent=%3, AccessType=%5, ProxyList=%7, ProxyBypassList=%9, Flags=%10 |
Session handle %1 created: UserAgent=%3, AccessType=%5, ProxyList=%7, ProxyBypassList=%9, Flags=%10 |
0xB0000066 | Handle %1 created by InternetOpenURL: SessionHandle=%2,URL=%4, Headers=%6, Flags=%7 |
Handle %1 created by InternetOpenURL: SessionHandle=%2,URL=%4, Headers=%6, Flags=%7 |
0xB0000067 | Handle %1 created by InternetConnect: SessionHandle=%2, Server=%4:%5, %7, Flags=%8 |
Handle %1 created by InternetConnect: SessionHandle=%2, Server=%4:%5, %7, Flags=%8 |
0xB0000068 | Request handle %1 created by HttpOpenRequest: ConnectionHandle=%2, %4, Target=%6, Ver=%8, Referrer=%10, Media types=%12, Flags=%13 |
Request handle %1 created by HttpOpenRequest: ConnectionHandle=%2, %4, Target=%6, Ver=%8, Referrer=%10, Media types=%12, Flags=%13 |
0xB0000069 | Handle %1 closed successfully |
Handle %1 closed successfully |
0xB000006A | Failed to create handle: ParentHandle=%1, Error=%2 |
Failed to create handle: ParentHandle=%1, Error=%2 |
0xB000006B | Handle %1 failed to close: Error=%2 |
Handle %1 failed to close: Error=%2 |
0xB000006C | Request handle %1 Server Details: Server=%3 Port=%4 Service=%6 |
Request handle %1 Server Details: Server=%3 Port=%4 Service=%6 |
0xB00000C8 | HTTP request was received from API: RequestHandle=%1 |
HTTP request was received from API: RequestHandle=%1 |
0xB00000C9 | HTTP request was sent successfully: RequestHandle=%1, SocketHandle=%2, %4, CookieSent= %5 |
HTTP request was sent successfully: RequestHandle=%1, SocketHandle=%2, %4, CookieSent= %5 |
0xB00000CA | HTTP request send failed: Handle=%1, Error=%2 |
HTTP request send failed: Handle=%1, Error=%2 |
0xB00000CB | HTTP response (%1) received: RequestHandle=%2, SocketHandle=%3, %5, ContentLength=%7 |
HTTP response (%1) received: RequestHandle=%2, SocketHandle=%3, %5, ContentLength=%7 |
0xB00000CC | HTTP response failed: Handle=%1, Error=%2 |
HTTP response failed: Handle=%1, Error=%2 |
0xB00000CD | HTTP connection (Handle=%1, SocketHandle=%2) closed due to the following reason: %4 |
HTTP connection (Handle=%1, SocketHandle=%2) closed due to the following reason: %4 |
0xB00000CE | Keep-alive connection is re-used: ConnectionHandle=%1, SocketHandle=%2 |
Keep-alive connection is re-used: ConnectionHandle=%1, SocketHandle=%2 |
0xB00000CF | Connection is returned to keep-alive pool: RequestHandle=%1, SocketHandle=%2 |
Connection is returned to keep-alive pool: RequestHandle=%1, SocketHandle=%2 |
0xB00000D0 | Keep-alive connection is closed: ConnectionHandle=%1, SocketHandle=%2 |
Keep-alive connection is closed: ConnectionHandle=%1, SocketHandle=%2 |
0xB00000D1 | HTTP response entity body received: RequestHandle=%1 |
HTTP response entity body received: RequestHandle=%1 |
0xB00000D2 | HTTP Request Headers RequestHandle=%1 %3 |
HTTP Request Headers RequestHandle=%1 %3 |
0xB00000D3 | HTTP Response Headers RequestHandle=%1 %3 |
HTTP Response Headers RequestHandle=%1 %3 |
0xB00000D4 | HTTP Request Headers OptionalData RequestHandle=%1 %3 |
HTTP Request Headers OptionalData RequestHandle=%1 %3 |
0xB00000D5 | WinInet::Http response entity body receive failed: Request Handle=%1, Error=%2 |
WinInet::Http response entity body receive failed: Request Handle=%1, Error=%2 |
0xB000012D | TCP connection to server %2 established: ConnectionHandle=%3, SocketHandle=%4, LocalPort=%5 |
TCP connection to server %2 established: ConnectionHandle=%3, SocketHandle=%4, LocalPort=%5 |
0xB000012E | TCP connection to %2 for connection handle %3 failed: Error=%4 |
TCP connection to %2 for connection handle %3 failed: Error=%4 |
0xB000012F | TCP connection closed successfully: SocketHandle=%1 |
TCP connection closed successfully: SocketHandle=%1 |
0xB0000130 | DNS query for %2 hostname is sent: Handle=%3 |
DNS query for %2 hostname is sent: Handle=%3 |
0xB0000131 | DNS query for %2 hostname is complete: Handle=%3, Addresses=%5 |
DNS query for %2 hostname is complete: Handle=%3, Addresses=%5 |
0xB0000132 | DNS query for %2 hostname failed: Handle=%3 Error=%4 |
DNS query for %2 hostname failed: Handle=%3 Error=%4 |
0xB0000133 | Re-used DNS cache, query for %2 hostname is complete: Handle=%3, Addresses=%5 |
Re-used DNS cache, query for %2 hostname is complete: Handle=%3, Addresses=%5 |
0xB0000134 | A network change was detected: Handle=%1 |
A network change was detected: Handle=%1 |
0xB00001F5 | Received response including a cookie header: URL=%2 |
Received response including a cookie header: URL=%2 |
0xB00001F6 | Client has stored a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8 |
Client has stored a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB00001F7 | Client has deleted a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8 |
Client has deleted a cookie in the cookie jar: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB00001F8 | Client has rejected a cookie sent by the server: Domain=%2, Path=%4, Name=%6, Value=%8 |
Client has rejected a cookie sent by the server: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB00001F9 | Server cookie was rejected by the client's P3P policy: Domain=%2, Path=%4, Name=%6, Value=%8 |
Server cookie was rejected by the client's P3P policy: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB00001FA | A cookie header was created for the request: URL=%2 |
A cookie header was created for the request: URL=%2 |
0xB00001FB | Cookie added to the request header: Domain=%2, Path=%4, Name=%6, Value=%8 |
Cookie added to the request header: Domain=%2, Path=%4, Name=%6, Value=%8 |
0xB0000259 | Auth response received: RequestHandle=%1, Scheme=%3, IsProxy=%4 |
Auth response received: RequestHandle=%1, Scheme=%3, IsProxy=%4 |
0xB000025A | Client sets username: RequestHandle=%1, IsProxy=%2 |
Client sets username: RequestHandle=%1, IsProxy=%2 |
0xB000025B | Client sets password: RequestHandle=%1, IsProxy=%2 |
Client sets password: RequestHandle=%1, IsProxy=%2 |
0xB000025C | Using cached credentials: RequestHandle=%1, IsProxy=%2 |
Using cached credentials: RequestHandle=%1, IsProxy=%2 |
0xB000025D | Using default credentials: RequestHandle=%1, IsProxy=%2 |
Using default credentials: RequestHandle=%1, IsProxy=%2 |
0xB000025E | Client adds authorization headers to an HTTP request: RequestHandle=%1, Scheme=%3, IsProxy=%4 |
Client adds authorization headers to an HTTP request: RequestHandle=%1, Scheme=%3, IsProxy=%4 |
0xB00002BD | Client begins SSL negotiation: RequestHandle=%1 |
Client begins SSL negotiation: RequestHandle=%1 |
0xB00002BE | SSL negotiation between client and server has completed successfully: RequestHandle=%1 |
SSL negotiation between client and server has completed successfully: RequestHandle=%1 |
0xB00002BF | SSL negotiation failed: RequestHandle=%1, Error=%2 |
SSL negotiation failed: RequestHandle=%1, Error=%2 |
0xB00002C0 | Error validating server certificate (SCHANNEL error): RequestHandle=%1, Error=%2 |
Error validating server certificate (SCHANNEL error): RequestHandle=%1, Error=%2 |
0xB00002C1 | Server certificate validated: RequestHandle=%1, CertHash=%3, WarningFlags=%4 |
Server certificate validated: RequestHandle=%1, CertHash=%3, WarningFlags=%4 |
0xB00002C2 | Server requires a client certificate for client authorization: RequestHandle=%1 |
Server requires a client certificate for client authorization: RequestHandle=%1 |
0xB00002C3 | There is no client certificate available: RequestHandle=%1 |
There is no client certificate available: RequestHandle=%1 |
0xB00002C4 | The selected client certificate will be used for the SSL transaction: RequestHandle=%1, CertHash=%3 |
The selected client certificate will be used for the SSL transaction: RequestHandle=%1, CertHash=%3 |
0xB00002C7 | Client begins SSL renegotiation: RequestHandle=%1 |
Client begins SSL renegotiation: RequestHandle=%1 |
0xB00002C8 | SSL renegotiation between client and server has completed successfully: RequestHandle=%1 |
SSL renegotiation between client and server has completed successfully: RequestHandle=%1 |
0xB00002C9 | SSL renegotiation failed: RequestHandle=%1, Error=%2 |
SSL renegotiation failed: RequestHandle=%1, Error=%2 |
0xB0000321 | Client begins attempts to locate the WPAD configuration file: ConnectionName=%2, DetectFlags=%3 |
Client begins attempts to locate the WPAD configuration file: ConnectionName=%2, DetectFlags=%3 |
0xB0000322 | Begin search for configuration file using DHCP: Interface=%2 |
Begin search for configuration file using DHCP: Interface=%2 |
0xB0000323 | WPAD configuration file found using DHCP: Interface=%2, ConfigurationURL=%4 |
WPAD configuration file found using DHCP: Interface=%2, ConfigurationURL=%4 |
0xB0000324 | Search for WPAD configuration file using DHCP failed: Interface=%2, ConfigurationURL=%4, Error=%5 |
Search for WPAD configuration file using DHCP failed: Interface=%2, ConfigurationURL=%4, Error=%5 |
0xB0000325 | Begin search for configuration file using DNS: DetectFlags=%1 |
Begin search for configuration file using DNS: DetectFlags=%1 |
0xB0000326 | WPAD configuration file found using DNS: ConfigurationURL=%2, DetectFlags=%3 |
WPAD configuration file found using DNS: ConfigurationURL=%2, DetectFlags=%3 |
0xB0000327 | Search for WPAD configuration file using DNS failed: DetectFlags=%1, Error=%2 |
Search for WPAD configuration file using DNS failed: DetectFlags=%1, Error=%2 |
0xB0000328 | Search for WPAD configruation file failed: Error=%1 |
Search for WPAD configruation file failed: Error=%1 |
0xB0000329 | Begin downloading the configuration file from the configuration URL: ConfigurationURL=%2 |
Begin downloading the configuration file from the configuration URL: ConfigurationURL=%2 |
0xB000032A | Client successfully downloaded the configuration file from the configuration URL: ConfigurationURL=%2 |
Client successfully downloaded the configuration file from the configuration URL: ConfigurationURL=%2 |
0xB000032B | Downloading the configuration file from the configuration URL failed: ConfigurationURL=%2, Error=%3 |
Downloading the configuration file from the configuration URL failed: ConfigurationURL=%2, Error=%3 |
0xB000032C | The downloaded configuration file could not be used: ConfigurationURL=%2, MIMEType=%4, Error=%5 |
The downloaded configuration file could not be used: ConfigurationURL=%2, MIMEType=%4, Error=%5 |
0xB000032D | Searching for Proxy Information for the URL: URL=%2 |
Searching for Proxy Information for the URL: URL=%2 |
0xB000032E | Client has successfully retrieved proxy data for accessing a specified resource: URL=%2, ProxyString=%4 |
Client has successfully retrieved proxy data for accessing a specified resource: URL=%2, ProxyString=%4 |
0xB000032F | Error locating proxy information for the URL: URL=%2, Error=%3 |
Error locating proxy information for the URL: URL=%2, Error=%3 |
0xB0000330 | Blocking autoproxy determination started |
Blocking autoproxy determination started |
0xB0000331 | Blocking autoproxy determination stopped |
Blocking autoproxy determination stopped |
0xB0000332 | WinInet Activity Transfer Event |
WinInet Activity Transfer Event |
0xB0000333 | AutoProxy SWPAD Decision (%1) NumConnections (%2) |
AutoProxy SWPAD Decision (%1) NumConnections (%2) |
0xB0000334 | Autoproxy host IP lookup started |
Autoproxy host IP lookup started |
0xB0000335 | Autoproxy host IP lookup stopped |
Autoproxy host IP lookup stopped |
0xB0000336 | Autoproxy SWPAD lookup started |
Autoproxy SWPAD lookup started |
0xB0000337 | Autoproxy SWPAD lookup stopped |
Autoproxy SWPAD lookup stopped |
0xB0000338 | Autoproxy Detection with SWPAD ON started |
Autoproxy Detection with SWPAD ON started |
0xB0000339 | Autoproxy Detection with SWPAD ON stopped |
Autoproxy Detection with SWPAD ON stopped |
0xB000033A | Autoproxy Detection with SWPAD UNKNOWN started |
Autoproxy Detection with SWPAD UNKNOWN started |
0xB000033B | Autoproxy Detection with SWPAD UNKNOWN stopped |
Autoproxy Detection with SWPAD UNKNOWN stopped |
0xB000033C | Autoproxy Script Download Started |
Autoproxy Script Download Started |
0xB000033D | Autoproxy Script Download Stopped |
Autoproxy Script Download Stopped |
0xB0000342 | Autoproxy full scenario started |
Autoproxy full scenario started |
0xB0000343 | Autoproxy full scenario stopped |
Autoproxy full scenario stopped |
0xB0000385 | Application offline check started |
Application offline check started |
0xB0000386 | Application offline check complete |
Application offline check complete |
0xB0000421 | Requested URL=%1 Verb=%2 RequestHeaders=%3 ResponseHeaders=%4 Status=%5 Cache=%6 |
Requested URL=%1 Verb=%2 RequestHeaders=%3 ResponseHeaders=%4 Status=%5 Cache=%6 |
0xB0000422 | Scavenged URL=%1 |
Scavenged URL=%1 |
0xB00100C8 | HTTP request was received from API: RequestHandle=%1, RequestContext=%2 |
HTTP request was received from API: RequestHandle=%1, RequestContext=%2 |
0xB20007D1 | The WinINet request header buffer captured |
The WinINet request header buffer captured |
0xB20007D2 | The WinINet request payload buffer captured |
The WinINet request payload buffer captured |
0xB20007D3 | The WinINet response header buffer captured |
The WinINet response header buffer captured |
0xB20007D4 | The WinINet response payload buffer captured |
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 |
Stale-Modified |
0xD0000007 | Stale-NotModified |
Stale-NotModified |
0xD0000008 | HTTP |
HTTP |
0xD0000009 | SPDY3 |
SPDY3 |
0xD000000A | Start fragment of captured header or payload |
Start fragment of captured header or payload |
0xD000000B | End fragment of captured header or payload |
End fragment of captured header or payload |