SINGLE_ERROR
Description
Resource struct for the localised text to use for reporting an error to
end users.
An array of these structs is held in an error table.
BYTE flags=0; |
Error flags indication.
Possible flags settings are:
EErrorResPanicErrorFlag - this error should be dealt
with at the system level and indicates and unrecoverable error (which will
result in a panic) if it reaches the UI.
EErrorResBlankErrorFlag - this error should not be
displayed.
EErrorResUnknownErrorFlag - this error is used for
filling in empty slots in error ranges.
|
LLINK text=0; |
Localised text resource used to report an error to end users.
|
|