2.3.3.1.7 VtVecLpwstrValue

Referenced by: VtVecLpwstr

Specifies data for a property containing an array of Unicode strings. This type conforms to the (VT_VECTOR | VT_LPWSTR) TypedPropertyValue value format as specified in [MS-OLEPS] section 2.15, except that the sequence of string structures following the cElements field are of type Lpwstr (section 2.3.3.1.6).


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

cElements

rgString (variable)

...

cElements (4 bytes): An unsigned integer specifying the number of elements in rgString.

rgString (variable): An array of Lpwstr (section 2.3.3.1.6). Specifies the list of values for the property.