Error codes: Difference between revisions
Add OS error code used to signify out of memory conditions |
Add OS error code used to signify out of resource conditions. This seems to be returned if the OS is unable to allocate a TLS slot for thread resources |
||
Line 360: | Line 360: | ||
|- | |- | ||
| 0x1003 || 3 || 8 || Out of memory | | 0x1003 || 3 || 8 || Out of memory | ||
|- | |||
| 0x1203 || 3 || 9 || Out of resources | |||
|- | |- | ||
| 0x3EA03 || 3 || 501 || Invalid handle | | 0x3EA03 || 3 || 501 || Invalid handle |