File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Original file line number Diff line number Diff line change @@ -20,18 +20,16 @@ This project is licensed under the terms of the CC0 [Copyright (c) 2024 codingAB
20
20
21
21
### Statistics
22
22
23
- | From | Number of supported error codes |
24
- | ------------- | -------------: |
25
- | Win32/HRESULT | 12990 |
26
- | NTSTATUS | 2860 |
27
- | Windows Update | 474 |
28
- | LDAP | 63 |
29
- | StopCode/BugCheck | 377 |
23
+ | From | Number of supported error codes | Source |
24
+ | ------------- | -------------: | ---------- |
25
+ | Win32/HRESULT | 12990 | Counted on a Windows 11 23H2 computer |
26
+ | NTSTATUS | 2860 | Counted on a Windows 11 23H2 computer |
27
+ | Windows Update | 474 | wuerror.h (From Windows SDK 10.0.26100.1) |
28
+ | LDAP | 63 | Winldap.h (From Windows SDK 10.0.26100.1) |
29
+ | StopCode/BugCheck | 377 | https://learn.microsoft.com/de-de/windows-hardware/drivers/debugger/bug-check-code-reference2 |
30
30
31
31
Tobal number: ~ 16700
32
32
33
- Win32/HRESULT and NTSTATUS was counted on a Windows 11 23H2 computer.
34
-
35
33
### External References
36
34
37
35
https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref
You can’t perform that action at this time.
0 commit comments