2.9.25 CDB

The CDB structure contains implementation-specific binary data that represents a grammar checker cookie that is stored by the given grammar checker.


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

cbData

rgbCookieData (variable)

...

cbData (4 bytes): An unsigned integer value that specifies the length of rgbCookieData, in bytes.

rgbCookieData (variable): An array of BYTE. The grammar checker cookie data.