2.3.3.1.8 VtVecLpwstr

Specifies the format of a property for which the value is a list of Unicode strings. This type conforms to the (VT_VECTOR | VT_LPWSTR) TypedPropertyValue type as specified in [MS-OLEPS] section 2.15, except that the format of the strings it contains is as specified in this specification.


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

wType

padding

vtValue (variable)

...

wType (2 bytes): An unsigned integer that MUST be equal to VT_VECTOR | VT_LPWSTR (0x101F).

padding (2 bytes): An unsigned integer that MUST be 0x0000. MUST be ignored.

vtValue (variable): MUST be a VtVecLpwstrValue (section 2.3.3.1.7) structure.