2.5.295 XLUnicodeStringMin2
The XLUnicodeStringMin2 structure specifies a Unicode string.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.