2.4.64 CrErr

The CrErr record specifies the errors detected during crash recovery of a workbook.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

frtHeader

...

...

cb

cch

rgch (variable)

...

frtHeader (12 bytes): An FrtHeader structure.  The frtHeader.rt field MUST be 0x0865.

cb (4 bytes):  An unsigned integer that specifies the fixed size of this record. MUST be set to 0x0013.

cch (2 bytes): An unsigned integer that specifies the number of characters in the crash recovery error message stored in the rgch field. MUST be greater than zero.

rgch (variable): An XLUnicodeString structure that specifies the localized text of a crash recovery error message. If the cch field is greater than 8211 this record MUST be followed by one or more Continue records, which specify the continuation of the crash recovery error message. If the text is extended with Continue records a value from the table for rgch.fHighByte MUST be specified in the first byte of the continue field of the Continue record followed by the remaining portions of the text.