We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6b701 commit 6d127faCopy full SHA for 6d127fa
1 file changed
.github/copilot-instructions.md
@@ -107,7 +107,7 @@ When creating documentation:
107
The following symbols are not custom error codes, but aliases for `HRESULT_FROM_WIN32` error values.
108
109
| Symbol | Standard Win32 HRESULT |
110
-|--------|-------------|
+| -------- | ------------- |
111
| `HRESULT_E_ARITHMETIC_OVERFLOW` | `HRESULT_FROM_WIN32(ERROR_ARITHMETIC_OVERFLOW)` |
112
| `HRESULT_E_NOT_SUPPORTED` | `HRESULT_FROM_WIN32(ERROR_NOT_SUPPORTED)` |
113
| `HRESULT_E_INVALID_NAME` | `HRESULT_FROM_WIN32(ERROR_INVALID_NAME)` |
0 commit comments