2.5.278 WebPubString

The WebPubString structure specifies a string for Web publishing.


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

cch

str (variable)

...

pad (optional)

cch (2 bytes): An unsigned integer that specifies the character count in the str field. MUST be greater than or equal to zero and less than or equal to 255.

str (variable): An XLUnicodeStringNoCch. The character count in the string MUST be equal to the value of the cch field.

pad (1 byte):  Unused and MUST be ignored. This field exists if and only if the total number of bytes in the str field is an odd number.