2.2.3.10 VT_LPWSTR
The value of a VT_LPWSTR type property MUST be a null-terminated string of 16-bit Unicode characters.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Unicode Characters (variable) |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
|
NullTerminator |
|||||||||||||||||||||||||||||||
Unicode Characters (variable): Contains a variable-length array of Unicode characters. Each array element MUST be set to a 16-bit Unicode character.
NullTerminator (2 bytes): Contains a Unicode character. This field MUST be set to a value of 0x0000.