Error codes: Difference between revisions
Add am error code returned by LeaveFatalSection when unbalanced EnterFatalSection/LeaveFatalSection sequences occur |
Remove comma splice accidentally introduced in previous change |
||
Line 959: | Line 959: | ||
| 0x3FE80 || 128 || 511 || IStorage opened as wrong type (data opened as transfermem, transfermem opened as data) | | 0x3FE80 || 128 || 511 || IStorage opened as wrong type (data opened as transfermem, transfermem opened as data) | ||
|- | |- | ||
| 0x40080 || 128 || 512 || Unbalanced fatal section leave (returned when executing LeaveFatalSection without a preceding | | 0x40080 || 128 || 512 || Unbalanced fatal section leave (returned when executing LeaveFatalSection without a preceding EnterFatalSection call) | ||
|- | |- | ||
| 0x4B080 || 128 || 600 || Failed to allocate memory for IStorage | | 0x4B080 || 128 || 600 || Failed to allocate memory for IStorage |