2.5.179 LPWideString
The LPWideString type specifies a Unicode string which is prefixed by a length.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cchCharacters |
rgchData (variable) |
||||||||||||||||||||||||||||||
...
|
cchCharacters (2 bytes): An unsigned integer that specifies the number of characters.
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