Skip to content

Commit

Permalink
Update hresults.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Oct 1, 2024
1 parent eb60f46 commit 638e6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/documentation/Internal/hresults.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ To save everyone from looking things up from corerror.h and mscorrc.dll, I made
| VLDTR_E_MR_DUP | 0x80131228 | MemberRef has a duplicate. |
| VLDTR_E_CL_TDAUTO | 0x80131229 | ClassLayout parent TypeDef is marked AutoLayout. |
| VLDTR_E_CL_BADPCKSZ | 0x8013122a | Assembly name is NULL. |
| VLDTR_E_CL_DUP | 0x8013122b | E_T_VALUETYPE\<class token> or E_T_CLASS\<vtype token>. |
| VLDTR_E_CL_DUP | 0x8013122b | E_T_VALUETYPE\<class token\> or E_T_CLASS\<vtype token\>. |
| VLDTR_E_FL_BADOFFSET | 0x8013122c | Class layout on an Interface. |
| VLDTR_E_FL_TDNIL | 0x8013122d | AssemblyOS platform ID invalid. |
| VLDTR_E_FL_NOCL | 0x8013122e | AssemblyRef name is NULL. |
Expand Down Expand Up @@ -279,7 +279,7 @@ To save everyone from looking things up from corerror.h and mscorrc.dll, I made
| VLDTR_E_FD_DUP | 0x8013124f | Field or method has security record but is not marked HasSecurity. |
| VLDTR_E_AS_MULTI | 0x80131250 | Multiple Assembly records found. |
| VLDTR_E_AS_NAMENULL | 0x80131251 | Assembly name is NULL. |
| VLDTR_E_SIG_TOKTYPEMISMATCH | 0x80131252 | E_T_VALUETYPE\<class token> or E_T_CLASS\<vtype token>. |
| VLDTR_E_SIG_TOKTYPEMISMATCH | 0x80131252 | E_T_VALUETYPE\<class token\> or E_T_CLASS\<vtype token\>. |
| VLDTR_E_CL_TDINTF | 0x80131253 | Class layout on an Interface. |
| VLDTR_E_ASOS_OSPLTFRMIDINVAL | 0x80131254 | AssemblyOS platform ID invalid. |
| VLDTR_E_AR_NAMENULL | 0x80131255 | AssemblyRef name is NULL. |
Expand Down

0 comments on commit 638e6bf

Please sign in to comment.