Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Referenced by: VtUnalignedString, VtVecUnalignedLpstrValue
Specifies data for a null-terminated single-byte character string, the encoding of which corresponds to the value of the enclosing property set’s CodePage property ([MS-OLEPS] section 2.18.2). This type deviates from the CodePageString type specified in [MS-OLEPS] section 2.5 in the absence of padding bytes and in the limit to the length of the string.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
cch |
|||||||||||||||||||||||||||||||
|
value (variable) |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
cch (4 bytes): An unsigned integer specifying the number of single-byte characters in the value field. SHOULD be less than or equal to 0x0000FFFF.<18>
value (variable): A null-terminated array of single-byte characters defining the string.