2.5.167 ISSTInf

The ISSTInf structure is the array element used in the rgISSTinf field of the ExtSST record. ib and cbOffset provide a way to access the first string in the set of strings specified by this structure.

 


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

ib

cbOffset

reserved

ib (4 bytes): A FilePointer as specified in [MS-OSHARED] section 2.2.1.5 that specifies the zero-based offset into the workbook stream where the first string in the set of strings starts.

cbOffset (2 bytes): An unsigned integer that specifies the zero-based offset into the SST or Continue record, in which the first string in the set of strings starts. MUST be less than ib. The size of the SST or Continue record is determined by reading the record header at the location specified by the following formula:

ib – cbOffset

reserved (2 bytes): MUST be zero, and MUST be ignored.