Error codes: Difference between revisions
Moosehunter (talk | contribs) |
Add am error code returned by LeaveFatalSection when unbalanced EnterFatalSection/LeaveFatalSection sequences occur |
||
Line 958: | Line 958: | ||
|- | |- | ||
| 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, EnterFatalSection call) | |||
|- | |- | ||
| 0x4B080 || 128 || 600 || Failed to allocate memory for IStorage | | 0x4B080 || 128 || 600 || Failed to allocate memory for IStorage |