2.5.169 XLWideString

The XLWideString type specifies a length-prefixed Unicode string. For convenience, references to characters in a string specified by this or a derived type use those Unicode characters.


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

cchCharacters

rgchData (variable)

...

cchCharacters (4 bytes): An unsigned integer that specifies the number of characters. This value MUST be greater than or equal to 0x00000000 and less than 0xFFFFFFFF.

rgchData (variable): An array of Unicode characters that specifies the characters of the string. The size of this array in bytes MUST equal the following formula:

cchCharacters * 2