2.2.3 StringInStorageBuffer

The StringInStorageBuffer structure is a variable-length Unicode string.

This structure has the following format.


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

StringData (variable)

...

cch (4 bytes): An unsigned integer that specifies the number of characters in the string.

StringData (variable): An array of UTF-16 Unicode characters. The length of the array MUST be equal to the value specified by the cch field.