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.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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