2.3.1.4 WString

Referenced by: TB, TBCBSpecific, TBCCDData, TBCExtraInfo, TBCGeneralInfo, TBCMenuSpecific

String structure that toolbar customization structures use. This structure specifies a non-null-terminated Unicode string.


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

cLen

data (variable)

...

cLen (1 byte): Unsigned integer that specifies the count of characters in this string.

data (variable): Array of Unicode characters. The number of characters in the array MUST be equal to the value of the cLen field. Because this is a non-null-terminated Unicode string all of the elements of this string MUST NOT have a value of 0x0000.