2.5.295 XLUnicodeStringMin2

The XLUnicodeStringMin2 structure specifies a 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

cch

st (variable)

...

cch (2 bytes):  An unsigned integer that specifies the count of characters in the string.  MUST be equal to the number of characters in st.

st (variable):  An optional XLUnicodeStringNoCch that specifies the string. MUST exist if and only if cch is greater than zero.