2.8.82 TimeVariantString

Referenced by: TimeAnimateBehaviorContainer, TimeAnimationValueListEntry, TimeCommandBehaviorContainer, TimeEffectBehaviorContainer, TimeMotionBehaviorContainer, TimeSetBehaviorContainer, TimeStringListContainer, TimeVariant, TimeVariant4Behavior

An atom record that specifies a Unicode string.


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

rh

...

type

stringValue (variable)

...

rh (8 bytes): A RecordHeader structure that specifies the header for this record. Sub-fields are further specified in the following table.

Field

Meaning

rh.recVer

MUST be 0x0.

rh.recType

MUST be an RT_TimeVariant.

rh.recLen

MUST be an odd number.

type (1 byte): A TimeVariantTypeEnum enumeration that specifies the data type of this record. It MUST be TL_TVT_String.

stringValue (variable): A UnicodeString that specifies the value. The length, in bytes, of the field is specified by the following formula:

 rh.recLen – 1.