2.3.3.1.10 VtVecUnalignedLpstr
Specifies the format of a property for which the value is a list of single-byte character strings. This type conforms to the (VT_VECTOR | VT_LPSTR) 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.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
wType |
padding |
||||||||||||||||||||||||||||||
vtValue (variable) |
|||||||||||||||||||||||||||||||
... |
wType (2 bytes): An unsigned integer that MUST be VT_VECTOR | VT_LPSTR (0x101E).
padding (2 bytes): An unsigned integer that MUST be 0x0000. MUST be ignored.
vtValue (variable): MUST be a VtVecUnalignedLpstrValue (section 2.3.3.1.9) structure.