2.2.1.26 SERIALIZEDPROPERTYVALUE
The SERIALIZEDPROPERTYVALUE structure contains a serialized value.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dwType |
|||||||||||||||||||||||||||||||
rgb (variable) |
|||||||||||||||||||||||||||||||
... |
dwType (4 bytes): One of the variant types, as specified in section 2.2.1.1, that can be combined with variant type modifiers. For all variant types, except those combined with VT_ARRAY, SERIALIZEDPROPERTYVALUE has the same layout as CBaseStorageVariant. If the variant type is combined with the VT_ARRAY type modifier, SAFEARRAY2 is used instead of SAFEARRAY in the vValue field of CBaseStorageVariant.
rgb (variable): Serialized value. See serialization for vValue in section 2.2.1.1.