2.5.333 XmlTkString

The XmlTkString structure specifies a Unicode string value for the xmltkChain field of the CrtMlFrt record.


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

xtHeader

cchValue

rgbValue (variable)

...

xtHeader (4 bytes): An XmlTkHeader. The xtHeader.drType field MUST be equal to 0x05.

cchValue (4 bytes): An unsigned integer that specifies the count of characters of the rgbValue field.

rgbValue (variable): An array of Unicode characters. The size of the array, in characters, is specified by the cchValue field. The size of the field, in bytes, MUST equal the result of the following formula:

 cchValue * 2.