2.9.144 LPXCharBuffer9
The LPXCharBuffer9 structure is a length-prefixed buffer for up to 9 Unicode characters. The text is not null-terminated.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cch |
xcharArray (18 bytes) |
||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
cch (2 bytes): An unsigned integer that specifies the number of characters from the buffer that are actually used. This value MUST be less than or equal to 9.
xcharArray (18 bytes): An array of 16-bit Unicode characters. The first cch characters make a Unicode string. The remaining characters MUST be ignored.